You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per the above pull request... I didn't push anything outside the code-scope, the hugo export had updates to ./docs that were unrelated to my changes, so it didn't seem like a good idea. This removes the deprecation notice from footer.html, .Site.RSSLink use, WARN deprecated: Site.RSSLink was deprecated in Hugo v0.114.0 and will be removed in a future release. Use the Output Format's Permalink method instead, e.g. .OutputFormats.Get "RSS".Permalink.
We've received a report through Twitter that our blog's RSS feed has incorrect links in it:
https://twitter.com/goozak/status/1197540838487801858
The links are relative URL's (eg
/foo/bar.html
), instead of full URLs (eghttps://ourserver/foo/bar.html
).It's probably just something in our Hugo theme that will need adjusting, so the
https
and server name are included.The text was updated successfully, but these errors were encountered: