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