0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/test/utils/fixtures/themes/test-theme/podcast/rss.hbs

10 lines
249 B
Handlebars
Raw Normal View History

<rss>
<channel>
<title>{{@blog.title}}</title>
{{#get "posts" filter="featured:true" limit="20"}}
{{#foreach posts}}
<link>{{url}}</link>
{{/foreach}}
{{/get}}
</channel>
</rss>