Add main HPR MP3 feed

This commit is contained in:
Roan Horning 2022-08-17 17:56:56 -04:00
parent 162d8c6703
commit 507b7db4a1
Signed by: rho_n
GPG Key ID: 234AEF20B72D5769
2 changed files with 10 additions and 0 deletions

View File

@ -136,3 +136,8 @@ content: content-sitemap.tpl.html
root_template: rss.tpl.xml root_template: rss.tpl.xml
content: rss-hpr_ogg.tpl.xml content: rss-hpr_ogg.tpl.xml
filename: hpr_ogg.rss filename: hpr_ogg.rss
[hpr_mp3]
root_template: rss.tpl.xml
content: rss-hpr_mp3.tpl.xml
filename: hpr_mp3.rss

View File

@ -0,0 +1,5 @@
<!--% PROCESS 'shared-item.tpl.xml' %-->
<!--% PROCESS 'rss-query-hpr.tpl.xml' %-->
<!--% FOREACH episode IN feed_result %-->
<!--% display_item(episode, 'mp3') %-->
<!--% END %-->