aerogramme.deuxfleurs.fr/templates/partials/shared/footer.html

17 lines
1.1 KiB
HTML
Raw Normal View History

2023-05-23 15:08:08 +00:00
<footer class="py-4 bg-aerogramme-blue bg-opacity-20">
<div class="content has-text-centered flex flex-col items-center justify-center">
2022-02-08 10:31:25 +00:00
{{ macros:: social_links( social_config=config.extra.social) }}
<p class="tracking-tighter md:tracking-normal text-sm md:text-base text-gray-600 px-8 md:px-0 py-2">
2024-01-21 09:49:48 +00:00
Cover by
<a href="https://unsplash.com/fr/@liamtruong" target="_blank" class="font-semibold hover:text-aerogramme-blue">Liam Truong</a>
on
<a href="https://unsplash.com/fr/photos/enveloppe-de-fenetres-blanches-oeDH20DVb2A" target="_blank" class="font-semibold hover:text-aerogramme-blue">Unsplash</a>
<br>
2023-05-23 15:08:08 +00:00
Built with <a href="https://www.getzola.org" target="_blank" class="font-semibold hover:text-aerogramme-blue">Zola</a>,
2023-07-25 06:29:48 +00:00
powered by <a href="https://garagehq.deuxfleurs.fr" class="font-semibold hover:text-aerogramme-blue">Garage</a>,
2023-05-23 15:08:08 +00:00
hosted by <a href="https://deuxfleurs.fr" target="_blank" class="font-semibold hover:text-aerogramme-blue">Deuxfleurs</a>
</p>
</div>
2022-02-08 10:31:25 +00:00
</footer>