début du thème, footer et header en mobile

This commit is contained in:
Valentin
2023-12-06 05:01:23 +01:00
parent c62ab40411
commit b258cc3181
54 changed files with 5555 additions and 2324 deletions

View File

@@ -89,8 +89,10 @@
<section id="footer_top">{{ page.footer_top }}</section>
<section id="footer_middle">
<section id="footer_left">{{ page.footer_left }}</section>
<section id="footer_center">{{ page.footer_center }}</section>
<section id="footer_right">{{ page.footer_right }}</section>
<div id="footer_section">
<section id="footer_center">{{ page.footer_center }}</section>
<section id="footer_right">{{ page.footer_right }}</section>
</div>
</section>
<section id="footer_bottom">{{ page.bottom }}</section>