From fff483ea9ec8ae6c2b9f373c3c3fa2ae08dd6add Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 8 Sep 2021 21:35:43 +0200 Subject: [PATCH] chore: remove rss link from header (#202) --- exampleSite/config.yaml | 12 ++++++++++++ layouts/partials/head/others.html | 4 ---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml index ba93833..6a05700 100644 --- a/exampleSite/config.yaml +++ b/exampleSite/config.yaml @@ -23,6 +23,18 @@ markup: taxonomies: tag: tags +outputs: + home: + - HTML + page: + - HTML + section: + - HTML + taxonomy: + - HTML + term: + - HTML + params: # geekdocMenuBundle: true geekdocToC: 3 diff --git a/layouts/partials/head/others.html b/layouts/partials/head/others.html index 69b85ff..43b21d4 100644 --- a/layouts/partials/head/others.html +++ b/layouts/partials/head/others.html @@ -15,10 +15,6 @@ -{{ with .OutputFormats.Get "rss" -}} - {{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} -{{ end -}} - {{ if (default false $.Site.Params.GeekdocOverwriteHTMLBase) }} {{ end }}