2023-05-23 15:08:08 +00:00
|
|
|
<footer class="py-4 bg-aerogramme-blue bg-opacity-20">
|
2022-01-27 14:03:27 +00:00
|
|
|
<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) }}
|
|
|
|
|
2022-02-01 11:12:59 +00:00
|
|
|
<p class="tracking-tighter md:tracking-normal text-sm md:text-base text-gray-600 px-8 md:px-0 py-2">
|
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>,
|
|
|
|
powered by <a href="{{config.base_url}}" class="font-semibold hover:text-aerogramme-blue">Garage</a>,
|
|
|
|
hosted by <a href="https://deuxfleurs.fr" target="_blank" class="font-semibold hover:text-aerogramme-blue">Deuxfleurs</a>
|
2022-01-27 14:03:27 +00:00
|
|
|
</p>
|
|
|
|
</div>
|
2022-02-08 10:31:25 +00:00
|
|
|
</footer>
|