fix brojen pubdate
This commit is contained in:
parent
ce6efecf14
commit
4b0abe9670
2
feed.xml
2
feed.xml
|
@ -43,7 +43,7 @@ title : To Setto Setto RSS Feed
|
|||
<description> <img src="{{ site.url }}{{ post.image }}" /> <br />{{ post.description | truncate: 150 | xml_escape }} {% if post.link %}<br />Full article on: <a href="{{ site.url }}{{ post.url }}">{{ site.url }}{{ post.url }}</a>{% 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>
|
||||
|
|
Loading…
Reference in a new issue