change feed
This commit is contained in:
parent
c295a09c39
commit
075b45e17b
1 changed files with 3 additions and 2 deletions
|
@ -64,7 +64,8 @@ type="text/css"?>
|
||||||
{# #} <itunes:image href="{{ baseurl }}/images/podcast.itunes.svg.png" class="itunes_feed_image"></itunes:image>
|
{# #} <itunes:image href="{{ baseurl }}/images/podcast.itunes.svg.png" class="itunes_feed_image"></itunes:image>
|
||||||
{# #} <itunes:new-feed-url class="itunes_new-feed-url">{{ baseurl }}/podcast-he.xml</itunes:new-feed-url>
|
{# #} <itunes:new-feed-url class="itunes_new-feed-url">{{ baseurl }}/podcast-he.xml</itunes:new-feed-url>
|
||||||
{# #} <itunes:block class="itunes_block">no</itunes:block>
|
{# #} <itunes:block class="itunes_block">no</itunes:block>
|
||||||
{# #} <itunes:category text="Waffel">Waffel, Chaos, CCC, Waffles</itunes:category>
|
{# #} <itunes:category text="Technology">Technology</itunes:category>
|
||||||
|
{# #} <category>Waffles</category>
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
{%- set firstrun = false %}
|
{%- set firstrun = false %}
|
||||||
{# #} <item>
|
{# #} <item>
|
||||||
|
@ -78,7 +79,7 @@ type="text/css"?>
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
</author>
|
</author>
|
||||||
{# #} <pubDate>{{ page.pub_date|datetimeformat('YYYY-MM-ddThh:mm:ss') }}Z</pubDate>
|
{# #} <pubDate>{{ page.pub_date|datetimeformat('YYYY-MM-ddThh:mm:ss') }}Z</pubDate>
|
||||||
{# #} <enclosure url="{{ baseurl }}/{{ search }}/{{ page._id }}/{{ page.podcastmp3 }}" type="audio/mpeg"/>
|
{# #} <enclosure url="{{ baseurl }}/{{ search }}/{{ page._id }}/{{ page.podcastmp3 }}" type="audio/mpeg" length="1024"/>
|
||||||
{# #} <guid isPermaLink="false">{{ page._id }}</guid>
|
{# #} <guid isPermaLink="false">{{ page._id }}</guid>
|
||||||
{# #} <download>{{ baseurl }}/{{ search }}/{{ page._id }}/{{ page.podcastmp3 }}</download>
|
{# #} <download>{{ baseurl }}/{{ search }}/{{ page._id }}/{{ page.podcastmp3 }}</download>
|
||||||
{# #} <itunes:explicit class="itunes_explicit">no</itunes:explicit>
|
{# #} <itunes:explicit class="itunes_explicit">no</itunes:explicit>
|
||||||
|
|
Loading…
Reference in a new issue