try experimental xml feed

This commit is contained in:
L3D 2019-07-06 17:31:28 +02:00
parent 1faa450a2a
commit 520dee6a17
Signed by: l3d
GPG key ID: CD08445BFF4313D1
2 changed files with 7 additions and 3 deletions

View file

@ -25,7 +25,6 @@ title {
font-size: 120%;
}
title:before,
link:after,
.itunes_subtitle:after,
.itunes_subtitle:before,
content:before{
@ -33,15 +32,19 @@ content:before{
white-space: pre;
}
title:after,
link:after,
download:after,
content:after {
content: '\a\a';
white-space: pre;
}
link{
link,
download{
color: navy;
text-decoration: underline;
}
link:before{ content: "Link: "; }
download:before{ content: "Download: "; }
description{
color: #f94f22;
}

View file

@ -81,8 +81,9 @@ type="text/css"?>
{%- endif -%}
</author>
{# #} <pubDate>{{ page.pub_date|datetimeformat('YYYY-MM-ddThh:mm:ss') }}Z</pubDate>
{# #} <enclosure url="{{ baseurl }}/{{ search }}/{{ page._id }}/{{ page.podcastmp3 }}" length="2307405" type="audio/mpeg"/>
{# #} <enclosure url="{{ baseurl }}/{{ search }}/{{ page._id }}/{{ page.podcastmp3 }}" type="audio/mpeg"/>
{# #} <guid isPermaLink="false">{{ page._id }}</guid>
{# #} <download>{{ baseurl }}/{{ search }}/{{ page._id }}/{{ page.podcastmp3 }}</download>
{# #} <itunes:explicit class="itunes_explicit">no</itunes:explicit>
{# #} <content type="html">
{{ page.xml }}