17
0
Fork 0
aerogramme.deuxfleurs.fr/templates/partials/shared/footer.html

12 lines
737 B
HTML

<footer class="py-4 bg-aerogramme-blue bg-opacity-20">
<div class="content has-text-centered flex flex-col items-center justify-center">
{{ 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">
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>
</p>
</div>
</footer>