From 6659e02d85bfec8b7bc582330ac5fa723253292f Mon Sep 17 00:00:00 2001 From: David Hamp-Gonsalves Date: Tue, 9 Jul 2019 17:41:50 -0400 Subject: update RSS --- layouts/partials/header.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/header.html b/layouts/partials/header.html index d649ec2..71f3f07 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -29,8 +29,8 @@ {{ partial "styles.html" . }} - {{ if .RSSLink }} - + {{ with .OutputFormats.Get "RSS" }} + {{ printf "" .Permalink .MediaType | safeHTML }} {{ end }} -- cgit v1.2.3