From 8ab314f86427899b70dd54b69643fff181f5a276 Mon Sep 17 00:00:00 2001 From: James Panther <4462786+jpanther@users.noreply.github.com> Date: Sun, 4 Jun 2023 10:26:15 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20`copyright`=20string=20not?= =?UTF-8?q?=20referenced=20correctly?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes: #572 --- CHANGELOG.md | 1 + layouts/partials/footer.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 }} ©