Add the template for the feed.

This commit is contained in:
Dave Smith-Hayes 2024-11-11 22:34:54 -05:00
parent f64468d5c4
commit 36522292b0

View File

@ -10,7 +10,35 @@
xmlns:media="http://search.yahoo.com/mrss/">
<channel>
{% block channel %}{% endblock %}
{% block channel %}
<title>{{ channel.title }}</title>
<atom:link href="{{ feed_url }}" rel="self" type="application/rss+xml"/>
<link>{{ channel.url }}</link>
<description>{{ channel.description }}</description>
<pubDate>{{ published_date }}</pubDate>
<generator>Slovocast Generator 1.0</generator>
<language>{{ channel.language }}</language>
<spotify:countryOfOrigin>ca</spotify:countryOfOrigin>
<copyright>Copyright 2019 All rights reserved.</copyright>
<category>Comedy</category>
<ttl>1440</ttl>
<itunes:type>episodic</itunes:type>
<itunes:subtitle>Kevys Country Breakfast</itunes:subtitle>
<itunes:summary>Beers, buds, and the great game of baseball.</itunes:summary>
<itunes:author>Kevys Country Breakfast</itunes:author>
<itunes:category text="Comedy" />
<itunes:owner>
<itunes:name>Kevys Country Breakfast</itunes:name>
<itunes:email>kevyscountrybreakfast@gmail.com</itunes:email>
</itunes:owner>
<itunes:block>No</itunes:block>
<itunes:explicit>yes</itunes:explicit>
<itunes:image href="https://pbcdn1.podbean.com/imglogo/image-logo/4943691/kcb-banner.jpg" />
{% endblock %}
{% block image %}{% endblock %}
{# Render each episoe in here #}