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.
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?