website/layouts/partials/footer.html

12 lines
377 B
HTML
Raw Normal View History

<footer class="site-footer">
<div class="site-footer__content page-container">
2023-04-01 00:14:22 +02:00
<div class="site-footer__title">
<a href="/">{{ .Site.Title }}</a>.
</div>
<div class="site-footer__links">
<a href="/a-propos-du-site">A propos de ce site</a>
<a href="/contact">Nous contacter</a>
</div>
</div>
2022-09-28 22:49:59 +02:00
</footer>