Skip to content

Commit eeb30d7

Browse files
committed
Fix feed
1 parent e9f4dbf commit eeb30d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_source/feed.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<title>{{ item.title | xml_escape }}</title>
1616
<dc:creator>Quincy Morgan</dc:creator>
1717
<dc:rights>© {{ item.date | date: '%Y' }} Quincy Morgan</dc:rights>
18-
{% if item.updated -%}<dcterms:modified>{{ item.updated | date: "%a, %d %b %Y %H:%M:%S %z" }}</dcterms:modified>{%- endif %}
18+
{% if item.updated -%}<dcterms:modified>{{ item.updated | date: "%Y-%m-%dT%H:%M:%S%:z" }}</dcterms:modified>{%- endif %}
1919
<pubDate>{{ item.date | date: "%a, %d %b %Y %H:%M:%S %z" }}</pubDate>
2020
<link>{{ item.url | absolute_url }}</link>
2121
<guid isPermaLink="true">{{ item.url | absolute_url }}</guid>

0 commit comments

Comments
 (0)