fix brojen pubdate

This commit is contained in:
Set Hallstrom 2020-09-25 14:05:24 +02:00
parent ce6efecf14
commit 4b0abe9670

View file

@ -43,7 +43,7 @@ title : To Setto Setto RSS Feed
<description> &lt;img src=&quot;{{ site.url }}{{ post.image }}&quot; /&gt; &lt;br /&gt;{{ post.description | truncate: 150 | xml_escape }} {% if post.link %}&lt;br /&gt;Full article on: &lt;a href=&quot;{{ site.url }}{{ post.url }}&quot;&gt;{{ site.url }}{{ post.url }}&lt;/a&gt;{% endif %}</description>
<category>Hi-Lights</category>
<author>{{ site.social.mail | xml_escape }} ({{ site.social.name }})</author>
<published>{{ post.date | date: "%Y-%m-%dT%H:%M:%SZ" }}</published>
<pubDate>{{ post.date | date: "%Y-%m-%dT%H:%M:%SZ" }}</pubDate>
<updated>{{ post.last_modified_at | date: "%Y-%m-%dT%H:%M:%SZ" }}</updated>
<itunes:author>{{ site.publisher.mail }}</itunes:author>
<itunes:explicit>No</itunes:explicit>