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>2020-11-01 15:31:54 +0300
committerFrieder Griesshammer <frieder.griesshammer@der-beweis.de>2020-11-01 15:31:54 +0300
commit98a367c9e86b8dd4c3d9974fda002b9c5b855179 (patch)
tree84853b2bb0ded19687af74a8ef5d4139373b8cca
parent0c75c77b97bdcb50d17392829585576f10c9aaec (diff)
Fix now deprecated contentLanguage config values in the examples
-rw-r--r--CHANGELOG.md1
-rw-r--r--_sites/changelog/config.yaml2
-rw-r--r--_sites/example/config.toml2
3 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e872b7d..4a4e467 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,7 @@ and this project adheres to
and inner dependencies.
### Fixed
+- Fixed now deprecated contentLanguage configuration values in the examples
## [v0.3.2]
diff --git a/_sites/changelog/config.yaml b/_sites/changelog/config.yaml
index 20b2c63..40ab555 100644
--- a/_sites/changelog/config.yaml
+++ b/_sites/changelog/config.yaml
@@ -9,7 +9,7 @@ theme: slick
title: Slick Changelog
languageCode: en
-defaultContentLanguage: en-us
+defaultContentLanguage: en
# Will appear below the footer links with a © sign and the current year
# copyright: "Some Author — All rights reserved."
diff --git a/_sites/example/config.toml b/_sites/example/config.toml
index eff8bbd..7061265 100644
--- a/_sites/example/config.toml
+++ b/_sites/example/config.toml
@@ -9,7 +9,7 @@ theme = "slick"
title = "Slick"
languageCode = "en"
-defaultContentLanguage = "en-us"
+defaultContentLanguage = "en"
# Will appear below the footer links with a © sign and the current year
copyright = "Some Author — All rights reserved."