Takubeh/layouts/partials/pied_de_page.html

12 lines
731 B
HTML
Raw Normal View History

2024-02-02 13:49:39 +01:00
<footer class="box footer color -red3">
2024-02-28 23:07:49 +01:00
<div class="container">
<p>Lieu dit Le Clapeau, 42100 Rochetaillée</p>
<p>{{ now.Format "2006" }} © Takubeh - <a href="/mentions-legales/">Mentions légales</a></p>
<div>
<a href="mailto:murielle@takubeh.fr" title="E-mail"><img src="/images/tabler/mail-heart.svg"><span> E-mail</span></a>
<a href="https://www.instagram.com/takubehkombucha/" title="Instagram"><img src="/images/tabler/brand-instagram.svg"><span> Instagram</span></a>
<a href="https://www.facebook.com/profile.php?id=100076292530719" title="Facebook"><img src="/images/tabler/brand-facebook.svg"><span> Facebook</span></a>
</div>
2024-02-02 12:39:18 +01:00
</div>
</footer>