From 3ae78f860fb0a00e648fcc0ce34226241674528b Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 25 Sep 2021 14:50:44 +0200 Subject: [PATCH] Don't automatically add RSS hyperlink. --- README.md | 4 ++++ layouts/partials/footer.html | 5 ----- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7590274..69d94cd 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,10 @@ the [archive](https://schlomp.space/tastytea/hugo-theme-nocolor/archive/main.tar.gz) into `themes/nocolor`. +### Breaking changes: + +- 2021-09-25: Don't automatically add RSS hyperlink. + ## Configuration & Modification Please take a look at the [configuration example for diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index b18fabb..53e18b3 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -13,11 +13,6 @@ {{ with .Post }}{{ . }}{{ end }} {{- end }} - {{- with .Site.Home.OutputFormats.Get "RSS" }} -
  • - RSS -
  • - {{- end }} {{- with .Site.Copyright }}