diff --git a/CHANGELOG.md b/CHANGELOG.md index 88e63c0a..a4ef64cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Language selection repeats current language on multilingual sites instead of linking to translated content ([#565](https://github.com/jpanther/congo/issues/565)) - Icon padding inconsistent when using `--minify` option to build site ([#568](https://github.com/jpanther/congo/pull/568)) +- Copyright string in the language configuration does not apply ([#572](https://github.com/jpanther/congo/issues/572)) - Upgrade to Mermaid v10.2.1 ([#569](https://github.com/jpanther/congo/pull/569)) ## [2.6.0] - 2023-05-25 diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 04c599e4..5e682098 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -75,7 +75,7 @@ {{/* Copyright */}} {{ if .Site.Params.footer.showCopyright | default true }}

- {{- with .Site.Params.copyright }} + {{- with site.Copyright }} {{ . | emojify | markdownify }} {{- else }} ©