Skip to content

Commit db76373

Browse files
Update page_feed.xml
1 parent 7f67d8d commit db76373

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
@@ -13,7 +13,7 @@
1313
<sy:updateFrequency>{{ site.feed_update_frequency | default: 1 | xml_escape }}</sy:updateFrequency>
1414
<link>{{ site.url }}</link>
1515
<atom:link href="{{ site.url }}/{{ page.path }}" rel="self" type="application/rss+xml" />
16-
<lastBuildDate>{% for post in site.posts limit:1 %}{{ post.date | date_to_rfc822 }}{% endfor %}</lastBuildDate>
16+
<lastBuildDate>{{ site.time }}</lastBuildDate>
1717
{% assign feed_items = site.feed_items | default: 10 %}
1818
{% for post in site.pages limit:feed_items %}
1919
{% if post.url contains ".html" %}

0 commit comments

Comments
 (0)