From ede8d476ca087a3d6fc2fd365f2f4695cf076af4 Mon Sep 17 00:00:00 2001 From: Rodrigo Almeida Date: Tue, 25 Oct 2022 13:32:48 +0200 Subject: [PATCH] Remove rss causing build fail --- themes/hugo-strata-theme/layouts/partials/footer.html | 3 --- themes/hugo-strata-theme/layouts/partials/head.html | 6 +----- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/themes/hugo-strata-theme/layouts/partials/footer.html b/themes/hugo-strata-theme/layouts/partials/footer.html index c221ffb..a788aef 100644 --- a/themes/hugo-strata-theme/layouts/partials/footer.html +++ b/themes/hugo-strata-theme/layouts/partials/footer.html @@ -28,9 +28,6 @@ {{ with .Site.Params.contact.email }}
  • Email
  • {{ end }} - {{ if not .Site.Params.rss.hide }} -
  • RSS
  • - {{ end }}