From a14aae58553b14cd47bf3f620638967e8038f546 Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Wed, 10 Apr 2024 18:49:25 +0200 Subject: [PATCH] Add license to footer --- config.toml | 4 +++- templates/footer.html | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 3e5e7e6b..185c411b 100644 --- a/config.toml +++ b/config.toml @@ -2,6 +2,7 @@ base_url = "https://teckids.org" title = "Teckids" description = "Eine verstehbare (digitale) Welt – gemeinsam, für Alle." +author = "Teckids e.V." default_language = "de" @@ -51,7 +52,8 @@ issues = "https://edugit.org/Teckids/team-pr/teckids.org/-/issues" [extra.footer] address = "Kennedyallee 18<br/>53175 Bonn" -bank = "<b>IBAN:</b> DE31 3705 0198 1933 0485 46<br/><b>BIC:</b> COLSDE33XXX<br/>Sparkasse KoelnBonn" +bank = "<b>IBAN:</b> DEi31 3705 0198 1933 0485 46<br/><b>BIC:</b> COLSDE33XXX<br/>Sparkasse KoelnBonn" +license = "CC-BY-SA" [[extra.footer.menu]] label = "Kleingedrucktes" diff --git a/templates/footer.html b/templates/footer.html index cfcf4060..4cd9aa95 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -48,6 +48,7 @@ </div> </div> <aside class="section has-text-centered is-size-7"> + © {{ config.author }} · Lizenziert unter {{ config.extra.footer.license }} (sofern nicht anders angegeben)<br/> Erstellt mit <a href="https://www.getzola.org/">Zola</a> und <a href="https://bulma.io/">Bulma</a><br/> {% if thing.path %}Diese Seite kann <a href="{{ config.extra.repo.web.tree }}/{{ thing.relative_path }}">auf EduGit editiert werden</a> oder <a href="{{ config.extra.repo.web.issues }}">eine Verbesserung vorgeschlagen werden</a>.<br/>{% endif %} </aside> -- GitLab