From a88176dd82038ee30e23018bb06d28466ecd1bc0 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Wed, 29 Jun 2022 21:44:09 -0400 Subject: [PATCH] show rss feed optional, menu by weight --- config.toml | 1 + layouts/partials/footer.html | 2 +- layouts/partials/nav.html | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index a2fbb8b..327fb30 100644 --- a/config.toml +++ b/config.toml @@ -6,3 +6,4 @@ languageCode = 'en-us' #relatedtext = "Related:" favicon = "/favicon.ico" stylesheet = "/style.css" + showrss = true diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 6d8740e..40a3c42 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -14,7 +14,7 @@ + {{ if .Site.Params.showrss }} Subscribe via RSS for Updates.{{ end }} diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html index 4ffc720..5ecb803 100644 --- a/layouts/partials/nav.html +++ b/layouts/partials/nav.html @@ -2,7 +2,7 @@