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