diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e2003a4ad..7c207774c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,11 @@ For a list of issues targeted for the next release, see the [23Q2][] milestone. **Other changes**: ## [0.7.1][] +**Breaking changes**: + +- **Footer, copyright notice**: + - display of year can now be customized via .Site.Params.copyright.year + - title displayed after year must now be given via .Site.Params.copyright.title Followup changes to **Bootstrap (BS) 5.2 upgrade** ([#470]): diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index b652549f2f..18a224cf0a 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -18,7 +18,9 @@