From 27efd142bc2a2dc22dee45948db7b5cf8f5be09a Mon Sep 17 00:00:00 2001 From: Frieder Griesshammer Date: Sun, 5 Jun 2022 15:34:44 +0200 Subject: [PATCH] Overwrite footer from theme so all fa-icons can be used - not only brands --- config.yaml | 14 +++++++------- layouts/partials/footer.html | 20 ++++++++++++++++++++ 2 files changed, 27 insertions(+), 7 deletions(-) create mode 100644 layouts/partials/footer.html diff --git a/config.yaml b/config.yaml index 11ef0ec..dffaea2 100644 --- a/config.yaml +++ b/config.yaml @@ -17,31 +17,31 @@ params: ### Footer Social Media Links ### share: - title: gitea - icon: fa-git + icon: brands fa-git link: https://git.dezentrale.cloud/Freifunk-Leipzig # - title: facebook -# icon: fa-facebook-f # fontawesome icons https://fontawesome.com/icons?d=gallery&s=brands +# icon: brands fa-facebook-f # fontawesome icons https://fontawesome.com/icons?d=gallery&s=brands # link: https://de-de.facebook.com/FreifunkLeipzig - title: matrix - icon: fa-comment-dots + icon: regular fa-comment-dots link: https://matrix.to/#/#freifunk-leipzig:chat.dezentrale.space - title: wekan - icon: fa-clipboard-list + icon: solid fa-clipboard-list link: https://wekan.dezentrale.cloud/b/qSegMo4LWakYztmfq/freifunk-leipzig - title: tickets - icon: fa-ticket-alt + icon: solid fa-ticket-alt link: https://ticket.freifunk-leipzig.de/scp/login.php - title: twitter - icon: fa-twitter + icon: brands fa-twitter link: https://twitter.com/freifunk_l?lang=de - title: github - icon: fa-github + icon: brands fa-github link: https://github.com/freifunk-leipzig diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html new file mode 100644 index 0000000..c404c5d --- /dev/null +++ b/layouts/partials/footer.html @@ -0,0 +1,20 @@ + +{{/* we need to overwrite the footer from the template, as the original only accepts fa-icons from the 'brand' section */}} +