From 76325f386f1323cd6b9efb57357eadddb1f28818 Mon Sep 17 00:00:00 2001 From: Michael Blum Date: Sun, 12 Apr 2020 13:37:47 -0500 Subject: resolve deprecated RSS partial --- layouts/partials/header.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/layouts/partials/header.html b/layouts/partials/header.html index a9ac14c..345f05b 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -13,6 +13,10 @@ {{ .Title }} + {{ with .OutputFormats.Get "rss" -}} + {{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} + {{ end -}} + {{ partial "includes.html" . }} \ No newline at end of file -- cgit v1.2.3