I’m trying to place a link to my RSS feed (which is called “index.xml” for legacy reasons, I’m migrating from Hugo) on the front page on my blog, something like
Is it possible in Zola to set an internal link that points to the feed URL? Or if not, get the feed URL out of a variable so I can put it in the template?
I didn’t think to just put it in the html template code; but of course that’s possible.
I have an _index.md that contains the content for the index page. There the approach with variables doesn’t work, but someone else pointed out to me that it can just be included as a markdown link like so:
Here's a link to my [rss feed](/path/to/index.xml)