We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9f4dbf commit eeb30d7Copy full SHA for eeb30d7
1 file changed
_source/feed.xml
@@ -15,7 +15,7 @@
15
<title>{{ item.title | xml_escape }}</title>
16
<dc:creator>Quincy Morgan</dc:creator>
17
<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 %}
+ {% if item.updated -%}<dcterms:modified>{{ item.updated | date: "%Y-%m-%dT%H:%M:%S%:z" }}</dcterms:modified>{%- endif %}
19
<pubDate>{{ item.date | date: "%a, %d %b %Y %H:%M:%S %z" }}</pubDate>
20
<link>{{ item.url | absolute_url }}</link>
21
<guid isPermaLink="true">{{ item.url | absolute_url }}</guid>
0 commit comments