started rgpd integration

This commit is contained in:
2021-07-14 12:23:13 +02:00
parent dddd19a7b3
commit 8f7339b51e
34 changed files with 836 additions and 41 deletions

View File

@@ -92,9 +92,15 @@
{% if page.footer_left or page.footer_center or page.footer_right %}
<footer role="contentinfo">
<div class="wrapper">
{{ page.footer_left }}
{{ page.footer_center }}
{{ page.footer_right }}
<div id="footer-left">
{{ page.footer_left }}
</div>
<div id="footer-middle">
{{ page.footer_center }}
</div>
<div id="footer-right">
{{ page.footer_right }}
</div>
</div>
</footer>
{% endif %}