hugo-theme-w3css-basic icon indicating copy to clipboard operation
hugo-theme-w3css-basic copied to clipboard

Site.RSSLink outdated in head.rss.html

Open onnotasler opened this issue 8 months ago • 0 comments

If I try to compile the theme, Hugo shows a warning the Site.RSSLink is outdated. It is referenced once in head.rss.html:

{{- if .Site.RSSLink }}

{{- end -}}

According to the Hugo documentation, it needs to be replaced with: {{ with .OutputFormats.Get "rss" -}} {{ printf <link rel=%q type=%q href=%q title=%q> .Rel .MediaType.Type .Permalink site.Title | safeHTML }} {{- end -}}

onnotasler avatar Jun 01 '24 09:06 onnotasler