website/layouts/partials/footer.html
2023-10-23 20:02:31 +02:00

7 lines
263 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">À propos de ce site</a>.
<a href="/contact">Nous contacter</a>.
</div>
</footer>