aboutsummaryrefslogtreecommitdiff
path: root/templates/partials/shared/footer.html
diff options
context:
space:
mode:
authorsptaule <lecas83@gmail.com>2022-01-27 15:03:27 +0100
committersptaule <lecas83@gmail.com>2022-01-27 15:03:27 +0100
commit67250dca95369b7cd1afbdaf694b022b008e5009 (patch)
tree138d0330cad5112933d2c5154876b80564bed731 /templates/partials/shared/footer.html
parent9eeadd1e667d7908b1ffd707662676cee63d1ede (diff)
downloadgaragehq.deuxfleurs.fr-67250dca95369b7cd1afbdaf694b022b008e5009.tar.gz
garagehq.deuxfleurs.fr-67250dca95369b7cd1afbdaf694b022b008e5009.zip
Added gobal Search, template partials, deleted shortcodes not in use
Diffstat (limited to 'templates/partials/shared/footer.html')
-rw-r--r--templates/partials/shared/footer.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/partials/shared/footer.html b/templates/partials/shared/footer.html
new file mode 100644
index 0000000..de58caf
--- /dev/null
+++ b/templates/partials/shared/footer.html
@@ -0,0 +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>
+ <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> \ No newline at end of file