From 510e27bca2c7792e3419c5d0e260c4d0ac0c054a Mon Sep 17 00:00:00 2001 From: Urko Date: Tue, 13 Jun 2023 23:50:37 +0200 Subject: [PATCH] fix socialNetwork --- .../partials/sections/footer/copyright.html | 2 +- .../sections/footer/socialNetwork.html | 186 +++++++++--------- 2 files changed, 96 insertions(+), 92 deletions(-) diff --git a/layouts/partials/sections/footer/copyright.html b/layouts/partials/sections/footer/copyright.html index f3d7be8..942de99 100644 --- a/layouts/partials/sections/footer/copyright.html +++ b/layouts/partials/sections/footer/copyright.html @@ -13,7 +13,7 @@ - and + by Urko diff --git a/layouts/partials/sections/footer/socialNetwork.html b/layouts/partials/sections/footer/socialNetwork.html index a7a0c72..ac43b51 100644 --- a/layouts/partials/sections/footer/socialNetwork.html +++ b/layouts/partials/sections/footer/socialNetwork.html @@ -1,95 +1,99 @@
- {{ if .Site.Params.footer.socialNetworks.github }} - - - - - - - - - - - Font Awesome - - - - - - - - - {{ end }} - - {{ if .Site.Params.footer.socialNetworks.linkedin }} - - - - - - - - - - - {{ end }} - - {{ if .Site.Params.footer.socialNetworks.twitter }} - - - - - + {{ if .Site.Params.footer.socialNetworks.gitea }} + + + + + + + + + + + + + - {{ end }} - - {{ if .Site.Params.footer.socialNetworks.instagram }} - - - - - - - - - - - - - - - - - - - - - + + {{ end }} + + {{ if .Site.Params.footer.socialNetworks.gitlab }} + + + + + - {{ end }} - - {{ if .Site.Params.footer.socialNetworks.facebook }} - - - - - + + {{ end }} + + {{ if .Site.Params.footer.socialNetworks.github }} + + + + + - {{ end }} -
\ No newline at end of file + + {{ end }} + + {{ if .Site.Params.footer.socialNetworks.linkedin }} + + + + + + + + + + + {{ end }} +