Skip to content

Commit

Permalink
fix: Know thyself!
Browse files Browse the repository at this point in the history
  • Loading branch information
parente committed Dec 31, 2024
1 parent 2c75b46 commit f507ce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/rss.mako
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<generator>https://github.com/parente/blog</generator>
<sy:updatePeriod>daily</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<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" />
% for page in latest_pages:
<item>
<title>${page['title']}</title>
Expand Down

0 comments on commit f507ce9

Please sign in to comment.