Skip to content
Snippets Groups Projects
Verified Commit f1305f8a authored by Jake's avatar Jake
Browse files

added footer config option

parent b3576177
No related branches found
No related tags found
No related merge requests found
Pipeline #323097 passed
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
"static_dir": "theme", "static_dir": "theme",
"css_file": "main.css", "css_file": "main.css",
"default_template": "page.html", "default_template": "page.html",
"footer": [],
"global_before": [], "global_before": [],
"global_after": [] "global_after": []
}, },
......
...@@ -73,13 +73,7 @@ ...@@ -73,13 +73,7 @@
{% endblock global_after %} {% endblock global_after %}
<footer id="site-footer"> <footer id="site-footer">
{#- TODO besserer footer -#} {{ render.sections(config.theme.footer, lang, 2) }}
<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... -->
</footer> </footer>
</body> </body>
<!-- The Cake Is A Lie! --> <!-- The Cake Is A Lie! -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment