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 7f67d8d commit db76373Copy full SHA for db76373
page_feed.xml
@@ -13,7 +13,7 @@
13
<sy:updateFrequency>{{ site.feed_update_frequency | default: 1 | xml_escape }}</sy:updateFrequency>
14
<link>{{ site.url }}</link>
15
<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>
+ <lastBuildDate>{{ site.time }}</lastBuildDate>
17
{% assign feed_items = site.feed_items | default: 10 %}
18
{% for post in site.pages limit:feed_items %}
19
{% if post.url contains ".html" %}
0 commit comments