From 33d2a0a73434e40f023a6cf746acdcc991c19fd0 Mon Sep 17 00:00:00 2001 From: Dennis Eriksen Date: Sun, 3 Nov 2019 09:33:04 +0100 Subject: include rss-link in head --- layouts/partials/head.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index ffd8423..a2149d0 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -11,6 +11,10 @@ +{{ with .OutputFormats.Get "rss" -}} + +{{ printf ` ` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} +{{ end -}} -- cgit v1.2.3