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 40d96ae commit 4818b64Copy full SHA for 4818b64
page_feed.xml
@@ -7,7 +7,7 @@
7
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
8
>
9
<channel>
10
- <title>{{ site.name | xml_escape }}</title>
+ <title>{{ site.title | xml_escape }}</title>
11
<description>{% if site.description %}{{ site.description | xml_escape }}{% endif %}</description>
12
<sy:updatePeriod>{{ site.feed_update_period | default: "daily" | xml_escape }}</sy:updatePeriod>
13
<sy:updateFrequency>{{ site.feed_update_frequency | default: 1 | xml_escape }}</sy:updateFrequency>
0 commit comments