From 3758089d76203f3f23858eb33c81f283c018d25c Mon Sep 17 00:00:00 2001 From: Luca Bellenghi Date: Tue, 4 Jul 2023 15:58:18 +0200 Subject: [PATCH] Add credits link in subfooter configuration --- CHANGES.rst | 2 ++ src/design/plone/policy/utils.py | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index df13cc5..7cd5975 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,8 @@ Changelog 5.0.4 (unreleased) ------------------ +- Add "Credits" with href https://www.io-comune.it. + [lucabel] - Remove twitter feeds. [folix-01] diff --git a/src/design/plone/policy/utils.py b/src/design/plone/policy/utils.py index 0468f35..8c217c5 100644 --- a/src/design/plone/policy/utils.py +++ b/src/design/plone/policy/utils.py @@ -352,6 +352,11 @@ def create_footer(): "href": f"/{obj.getId()}", }, {"title": "Sitemap", "visible": True, "href": "/sitemap"}, + { + "title": "Credits", + "visible": True, + "href": "https://www.io-comune.it/", + }, ], } ]