Skip to content

Commit 5acf455

Browse files
Update page_feed.xml
1 parent db76373 commit 5acf455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

page_feed.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
{% else %}
2828
<description>{{ post.content | xml_escape }}</description>
2929
{% endif %}
30-
<pubDate>{{ post.date | date_to_rfc822 }}</pubDate>
30+
<pubDate>{{ site.time }}</pubDate>
3131
<link>{{ site.url }}{{ post.url }}</link>
3232
<guid isPermaLink="true">{{ site.url }}{{ post.url }}</guid>
3333
</item>

0 commit comments

Comments
 (0)