rhazdon / hugo-theme-hello-friend-ng

Pretty basic theme for Hugo that covers all of the essentials. All you have to do is start typing!
https://github.com/rhazdon/hugo-theme-hello-friend-ng/
Other
1.45k stars 765 forks source link

Don't use `.Site.BaseURL` in templates #459

Open ytrepidorosonomous opened 8 months ago

ytrepidorosonomous commented 8 months ago

It was neer meant to be exposed to templtes, and Hugo maintainers are also discouraging it. Use absURL or absLangURL instead (or .Site.Home.Permalink)