Skip to content

Commit db3166a

Browse files
committed
Update feed.xml
1 parent 7b3bc4e commit db3166a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rss/feed.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ layout: none
1616
<title>{{ value.slug | xml_escape }}</title>
1717
<description>{{ value.description | xml_escape }}</description>
1818
<category>{{ reg.label }}</category>
19+
<pubDate>{% if value.date %}{{ value.date | date: "%a, %d %b %Y %H:%M:%S %z" }}{% else %}{{ 'now' | date: "%a, %d %b %Y %H:%M:%S %z" }}{% endif %}</pubDate>
1920
<link>{{ value.url }}</link>
2021
<guid isPermaLink="true">{{ value.url }}</guid>
21-
<pubDate>{% if value.date %}{{ value.date | date: "%a, %d %b %Y %H:%M:%S %z" }}{% else %}{{ 'now' | date: "%a, %d %b %Y %H:%M:%S %z" }}{% endif %}</pubDate>
2222
</item>
2323
{% endfor %}
2424
{% endif %}

0 commit comments

Comments
 (0)