vaga / hugo-theme-m10c

A minimalistic (m10c) blog theme for Hugo
https://themes.gohugo.io/hugo-theme-m10c/
MIT License
467 stars 287 forks source link

RSS link tags missing in the <head> #104

Closed TamasBarta closed 11 months ago

TamasBarta commented 1 year ago

Heyhey! I'd like to have this feature:

https://gohugo.io/templates/rss/#reference-your-rss-feed-in-head

However, I couldn't find a way to extend the <head> tag from outside the theme context in my own project, so I was blocked, and I also believe this should just be the part of the theme, so I thought I'll open an issue about it.

I tested it, and it works if I just add it to layouts/_default/baseof.hml below the stylesheet link, or something, I just can't version control it properly, if I want to use this theme without altering it.

What do you think?