Replies: 1 comment
-
I have added something for this. An example can be found here: https://navendu.me/categories/featured/ The code change looks like this in <div class="post-description">
<a href="{{ .Permalink }}/index.xml" target="_blank"><u>Subscribe via RSS</u></a> to get updates for "{{ .Title }}".
</div> It would be nicer to have the RSS button/icon next to the title of the category. But this works too. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hugo supports RSS feeds for each of the tags, categories or other taxonomies and it is available in this theme.
Add an RSS button next to the title of the taxonomy that links to the RSS feed of that particular taxonomy.
For example this page: https://adityatelange.github.io/hugo-PaperMod/categories/themes/
Should have a link to this RSS feed: https://adityatelange.github.io/hugo-PaperMod/categories/themes/index.xml
Beta Was this translation helpful? Give feedback.
All reactions