diff --git a/README.md b/README.md index cf8a22d1..b29107c3 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ Congo is designed to be a fast, lightweight theme for Hugo. It's based upon Tail - Heading anchors - HTML and Emoji support in articles - SEO friendly +- RSS feeds - Fathom Analytics and Google Analytics support - Favicons support - Comments support diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 93520d5e..dd2e8c61 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -23,6 +23,9 @@ {{- end }} + {{ range .AlternativeOutputFormats -}} + {{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} + {{ end -}} {{/* Styles */}} {{ if (fileExists "static/css/custom.css") -}}