aboutsummaryrefslogtreecommitdiff
path: root/templates/partials/shared/footer.html
blob: d5bd29c60e55aa0367b69852cab434249ca17419 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<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">
            Built with <a href="https://www.getzola.org" target="_blank" class="font-semibold hover:text-garage-orange">Zola</a>,
            powered by <a href="{{config.base_url}}" class="font-semibold hover:text-garage-orange">Garage</a>,
            hosted by <a href="https://deuxfleurs.fr" target="_blank" class="font-semibold hover:text-garage-orange">Deuxfleurs</a>
        </p>
    </div>
</footer>