Skip to content

Commit 4818b64

Browse files
Update page_feed.xml
1 parent 40d96ae commit 4818b64

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
@@ -7,7 +7,7 @@
77
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
88
>
99
<channel>
10-
<title>{{ site.name | xml_escape }}</title>
10+
<title>{{ site.title | xml_escape }}</title>
1111
<description>{% if site.description %}{{ site.description | xml_escape }}{% endif %}</description>
1212
<sy:updatePeriod>{{ site.feed_update_period | default: "daily" | xml_escape }}</sy:updatePeriod>
1313
<sy:updateFrequency>{{ site.feed_update_frequency | default: 1 | xml_escape }}</sy:updateFrequency>

0 commit comments

Comments
 (0)