Skip to content

Commit e4c9f28

Browse files
Update page_feed.xml
1 parent e6ffdfb commit e4c9f28

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

page_feed.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<lastBuildDate>{% for post in site.posts limit:1 %}{{ post.date | date_to_rfc822 }}{% endfor %}</lastBuildDate>
1717
{% assign feed_items = site.feed_items | default: 10 %}
1818
{% for post in site.pages limit:feed_items %}
19+
{% if post.url contails ".html" %}
1920
<item>
2021
<title>{{ post.title | xml_escape }}</title>
2122
{% if post.author.name %}
@@ -30,6 +31,8 @@
3031
<link>{{ site.url }}{{ post.url }}</link>
3132
<guid isPermaLink="true">{{ site.url }}{{ post.url }}</guid>
3233
</item>
34+
{% endif %}
35+
3336
{% endfor %}
3437
</channel>
3538
</rss>

0 commit comments

Comments
 (0)