try experimental xml feed
This commit is contained in:
parent
1faa450a2a
commit
520dee6a17
2 changed files with 7 additions and 3 deletions
|
@ -25,7 +25,6 @@ title {
|
||||||
font-size: 120%;
|
font-size: 120%;
|
||||||
}
|
}
|
||||||
title:before,
|
title:before,
|
||||||
link:after,
|
|
||||||
.itunes_subtitle:after,
|
.itunes_subtitle:after,
|
||||||
.itunes_subtitle:before,
|
.itunes_subtitle:before,
|
||||||
content:before{
|
content:before{
|
||||||
|
@ -33,15 +32,19 @@ content:before{
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
}
|
}
|
||||||
title:after,
|
title:after,
|
||||||
|
link:after,
|
||||||
|
download:after,
|
||||||
content:after {
|
content:after {
|
||||||
content: '\a\a';
|
content: '\a\a';
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
}
|
}
|
||||||
link{
|
link,
|
||||||
|
download{
|
||||||
color: navy;
|
color: navy;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
link:before{ content: "Link: "; }
|
link:before{ content: "Link: "; }
|
||||||
|
download:before{ content: "Download: "; }
|
||||||
description{
|
description{
|
||||||
color: #f94f22;
|
color: #f94f22;
|
||||||
}
|
}
|
||||||
|
|
|
@ -81,8 +81,9 @@ 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 }}" length="2307405" type="audio/mpeg"/>
|
{# #} <enclosure url="{{ baseurl }}/{{ search }}/{{ page._id }}/{{ page.podcastmp3 }}" type="audio/mpeg"/>
|
||||||
{# #} <guid isPermaLink="false">{{ page._id }}</guid>
|
{# #} <guid isPermaLink="false">{{ page._id }}</guid>
|
||||||
|
{# #} <download>{{ baseurl }}/{{ search }}/{{ page._id }}/{{ page.podcastmp3 }}</download>
|
||||||
{# #} <itunes:explicit class="itunes_explicit">no</itunes:explicit>
|
{# #} <itunes:explicit class="itunes_explicit">no</itunes:explicit>
|
||||||
{# #} <content type="html">
|
{# #} <content type="html">
|
||||||
{{ page.xml }}
|
{{ page.xml }}
|
||||||
|
|
Loading…
Reference in a new issue