website/layouts/partials/footer.html
2022-09-29 19:13:45 +02:00

8 lines
259 B
HTML

<footer class="site-footer">
<div class="site-footer__content page-container">
<a href="/"><b>{{ .Site.Title }}</b></a>
<a href="/a-propos-du-site">A propos de ce site</a>
<a href="/contact">Nous contacter</a>
</div>
</footer>