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

11 lines
457 B
HTML

<footer class="py-4 bg-garage-orange bg-opacity-20">
<div class="content has-text-centered flex flex-col items-center justify-center">
<p>
{{ macros:: social_links( social_config=config.extra.social) }}
</p>
<p class="text-gray-600 py-2">
Powered by <a href="https://www.getzola.org" target="_blank"
class="font-semibold hover:text-garage-orange">Zola</a>
</p>
</div>
</footer>