From 1058411215740d943b235f6ad68a133ee0ab6809 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Mon, 31 Oct 2022 11:02:59 -0400 Subject: [PATCH] Attempt to fix linking to blog RSS --- themes/red/layouts/partials/head.html | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/themes/red/layouts/partials/head.html b/themes/red/layouts/partials/head.html index 5ef6780..9386429 100644 --- a/themes/red/layouts/partials/head.html +++ b/themes/red/layouts/partials/head.html @@ -17,13 +17,7 @@ {{ end }} - {{ if .IsHome }} - - {{ else }} - {{ with .OutputFormats.Get "RSS" }} - - {{ end }} - {{ end }} + {{ $style := resources.Get "css/site.css" }} {{ if hugo.IsProduction }}