feat: ajoute footer
This commit is contained in:
parent
3077a5f43a
commit
c98e6cea4b
2 changed files with 2 additions and 1 deletions
1
src/_includes/footer.njk
Normal file
1
src/_includes/footer.njk
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
<footer class="text-sm mt-8 pb-2 text-center">NonSco’llectif 2022 - Mentions légales</footer>
|
||||||
|
|
@ -40,7 +40,7 @@
|
||||||
{{ content | safe }}
|
{{ content | safe }}
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer></footer>
|
{% include "footer.njk" %}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue