diff --git a/config.json b/config.json index bb49f0d9b816fe2b7e207a2eaf1359573c8b1782..cc5bb13db05d4853823c338d64d4605834f91194 100644 --- a/config.json +++ b/config.json @@ -6,6 +6,7 @@ "static_dir": "theme", "css_file": "main.css", "default_template": "page.html", + "footer": [], "global_before": [], "global_after": [] }, diff --git a/theme/templates/base.html b/theme/templates/base.html index dfbba61d5f320a9cbb47bf665eac647cee80928c..7551484422b2d7ac52e28ccb0898c1bd85e40414 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -73,13 +73,7 @@ {% endblock global_after %} <footer id="site-footer"> - {#- TODO besserer footer -#} - <div> - <a href="https://asta.uni-goettingen.de/impressum/datenschutz/">Datenschutz</a> - <a href="/fg-website/Impressum.md">Impressum</a> - </div> - <div>Fachgruppe Informatik Göttingen, 2022.</div> - <!-- blablabla datenschutz,impressum etc... --> + {{ render.sections(config.theme.footer, lang, 2) }} </footer> </body> <!-- The Cake Is A Lie! -->