From 69854a59a4be0386ac7bc20ae8b67901df957e59 Mon Sep 17 00:00:00 2001 From: Frieder Griesshammer Date: Thu, 1 Sep 2022 14:55:17 +0200 Subject: Improve and unify wording of showRssLink setting and hide RSS-Link on the changelog page --- CHANGELOG.md | 4 +++- _sites/changelog/config.yaml | 4 ++-- _sites/example/config.toml | 4 ++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82f206c..4e019ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,9 @@ and this project adheres to ### Added - `integrity` property to script tags. -- Added setting ``showRssLink`` to allow hiding the RSS link in the footer. +- Introduced `showRssLink` setting to control display of RSS link + in the footer. + Thanks [@ivan3bx](https://github.com/ivan3bx) for the idea. ## [v0.3.9] - 2022-01-29 diff --git a/_sites/changelog/config.yaml b/_sites/changelog/config.yaml index 93cc57c..4ab17e0 100644 --- a/_sites/changelog/config.yaml +++ b/_sites/changelog/config.yaml @@ -57,8 +57,8 @@ params: # otherwise your visitors will get confused and lost...) showNavHeader: true - # If true, hides RSS link in footer - showRssLink: true + # If false the RSS link in footer is not shown + showRssLink: false # Decide if only summaries are shown on the main page or the full content showFullContent: true diff --git a/_sites/example/config.toml b/_sites/example/config.toml index d7e86d1..3d8577a 100644 --- a/_sites/example/config.toml +++ b/_sites/example/config.toml @@ -57,8 +57,8 @@ paginatePath = "page" # otherwise your visitors will get confused and lost...) showNavHeader = true - # If true, hide RSS link in footer - showRssLink = true + # If false the RSS link in footer is not shown + showRssLink = true # Decide if only summaries are shown on the main page or the full content showFullContent = true -- cgit v1.2.3