aboutsummaryrefslogtreecommitdiff
path: root/templates/partials/shared/footer.html
diff options
context:
space:
mode:
authorAlex <alex@adnab.me>2022-02-08 15:49:31 +0100
committerAlex <alex@adnab.me>2022-02-08 15:49:31 +0100
commitc15d41fc724cc516c470f9af4bb850ede9f877ef (patch)
tree5b53449f521cbe8e8ec20cbe1a12c3795c225d68 /templates/partials/shared/footer.html
parentdbe7738da3caa7b0d6725add57cb330a19e3d50c (diff)
parent58fecb83da4bf3a0a9a962c4f677005c30b09452 (diff)
downloadgaragehq.deuxfleurs.fr-c15d41fc724cc516c470f9af4bb850ede9f877ef.tar.gz
garagehq.deuxfleurs.fr-c15d41fc724cc516c470f9af4bb850ede9f877ef.zip
Merge pull request 'Fix bogus HTML' (#1) from fixfixfix into master
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garagehq.deuxfleurs.fr/pulls/1
Diffstat (limited to 'templates/partials/shared/footer.html')
-rw-r--r--templates/partials/shared/footer.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/templates/partials/shared/footer.html b/templates/partials/shared/footer.html
index 469ef3a..c6a9bbc 100644
--- a/templates/partials/shared/footer.html
+++ b/templates/partials/shared/footer.html
@@ -1,12 +1,11 @@
<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>
+ {{ 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-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> \ No newline at end of file
+</footer>