From d5020650c0c7f81863285f2b264b157d25f116a0 Mon Sep 17 00:00:00 2001 From: juju2143 Date: Sat, 12 Nov 2022 10:08:36 -0500 Subject: [PATCH] Add RSS links --- layouts/partials/head.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index c0071ad..c992d18 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -2,6 +2,9 @@ + {{ range .AlternativeOutputFormats -}} + {{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} + {{ end -}} {{ hugo.Generator }} {{ template "_internal/opengraph.html" . }} {{ template "_internal/twitter_cards.html" . }}