footer menu

This commit is contained in:
2021-05-11 12:33:28 +02:00
parent b2bfef2fd2
commit 7515593ca6
5 changed files with 4 additions and 40 deletions

View File

@@ -75,13 +75,13 @@
</section>
<section id="footer-bottom">
<div id="footer-left">
{{ page.footer_left }}
{{ page.footer_bottom_left }}
</div>
<div id="footer-middle">
{{ page.footer_middle }}
{{ page.footer_bottom_middle }}
</div>
<div id="footer-right">
{{ page.footer_right }}
{{ page.footer_bottom_right }}
</div>
</section>
</footer>