hugo-theme-slim
hugo-theme-slim copied to clipboard
Fix RSSLink deprecation warning
Hello,
Fixed the following warning
Page.RSSLink is deprecated and will be removed in a future release. Use the Output Format's link, e.g. something like:
{{ with .OutputFormats.Get "RSS" }}{{ .RelPermalink }}{{ end }}
by implementing the standard solution proposed in the documentation Reference your RSS Feed in <head>
.
Best