fix broken date
This commit is contained in:
parent
972260af9a
commit
48756694f3
4
rss.xml
4
rss.xml
|
@ -43,8 +43,8 @@ title : The Basspistol 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.publisher.mail | xml_escape }} ({{ site.publisher.name }})</author>
|
||||
<pubDate>{{ post.date | date: "%Y-%m-%dT%H:%M:%SZ" }}</pubDate>
|
||||
<updated>{{ post.last_modified_at | date: "%Y-%m-%dT%H:%M:%SZ" }}</updated>
|
||||
<pubDate>{{ post.date | date_to_rfc822 }}</pubDate>
|
||||
<updated>{{ post.last_modified_at | date_to_rfc822 }}</updated>
|
||||
<itunes:author>{{ site.publisher.mail }}</itunes:author>
|
||||
<itunes:explicit>No</itunes:explicit>
|
||||
<itunes:subtitle>{{ post.description | truncate: 252 | xml_escape }}</itunes:subtitle>
|
||||
|
|
Loading…
Reference in a new issue