layouts/partials/rssfeed.html (3 lines of code) (raw):

{{ with .OutputFormats.Get "rss" -}} {{ printf `<link rel=%q type=%q href=%q title=%q>` .Rel .MediaType.Type .Permalink site.Title | safeHTML }} {{ end }}