website icon indicating copy to clipboard operation
website copied to clipboard

Add RSS link to News page

Open LinkSake opened this issue 6 months ago • 2 comments

I took me a while to realize that the RSS feed was under /atom.xml. I think it's pretty standard to have some link pointing to it on the news page or the footer, something like this:

Screenshot 2024-07-29 at 12 05 23

Reading the Zola docs it would just be a matter to add a link with href="{{ get_url(path="atom.xml", trailing_slash=false) }}" since the base.html file already has the feeds autodiscovery option.

LinkSake avatar Jul 29 '24 18:07 LinkSake