diff --git a/layouts/partials/head.html b/layouts/partials/head.html index be872d3..443c702 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -22,3 +22,8 @@ {{ if os.FileExists "static/favicon-16x16.png" }}{{ end }} {{ if os.FileExists "static/apple-touch-icon.png" }}{{ end }} {{ if os.FileExists "static/site.webmanifest" }}{{ end }} + + +{{ with .OutputFormats.Get "rss" -}} + {{ printf `` .Rel .MediaType.Type .Permalink site.Title | safeHTML }} +{{ end }}