Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/spookey/slick.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrieder Griesshammer <frieder.griesshammer@der-beweis.de>2022-09-01 15:55:17 +0300
committerFrieder Griesshammer <frieder.griesshammer@der-beweis.de>2022-09-01 16:01:11 +0300
commit69854a59a4be0386ac7bc20ae8b67901df957e59 (patch)
treee491aba78cb6d9b2581ba95e677ca6084194c717
parent34a9763db996e7ffd7739ee84a5e835459c63f4d (diff)
Improve and unify wording of showRssLink setting and hide RSS-Link on the changelog page
-rw-r--r--CHANGELOG.md4
-rw-r--r--_sites/changelog/config.yaml4
-rw-r--r--_sites/example/config.toml4
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