Closed 19-10-9 closed 3 months ago
Sure I can look into it, also, if you already know how to do it and want to contribute, feel free to do so 👍🏻
Hugo builds a RSS feed by default, simply add this to head.html
in order to reference it:
{{ with .OutputFormats.Get "rss" -}}
{{ printf `<link rel=%q type=%q href=%q title=%q>` .Rel .MediaType.Type .Permalink site.Title | safeHTML }}
{{ end }}
could you please add the enableRSS feature?