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 }}