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 2c75b46 commit f507ce9Copy full SHA for f507ce9
templates/rss.mako
@@ -13,7 +13,7 @@
13
<generator>https://github.com/parente/blog</generator>
14
<sy:updatePeriod>daily</sy:updatePeriod>
15
<sy:updateFrequency>1</sy:updateFrequency>
16
- <atom:link href="${site_domain}/rss.xml" rel="self" type="application/rss+xml" />
+ <atom:link href="${site_domain}/feed/index.xml" rel="self" type="application/rss+xml" />
17
% for page in latest_pages:
18
<item>
19
<title>${page['title']}</title>
0 commit comments