Skip to content

Commit dab43ed

Browse files
Update page_feed.xml
1 parent e4c9f28 commit dab43ed

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
@@ -16,7 +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" %}
19+
{% if post.url contains ".html" %}
2020
<item>
2121
<title>{{ post.title | xml_escape }}</title>
2222
{% if post.author.name %}

0 commit comments

Comments
 (0)