From eb6a81ce1159dee378c3900d8c5849109c65a289 Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Mercier Date: Sun, 14 May 2023 15:55:42 +0200 Subject: [PATCH] Backport dependancies --- layouts/partials/footer.html | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index feabdcd..091ac1a 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -9,7 +9,11 @@ {{ range .Site.Data.beautifulhugo.social.social_icons }} {{- if isset $.Site.Author .id }}
  • - + {{ if or ( hasPrefix ( index $.Site.Author .id ) "http://" ) ( hasPrefix ( index $.Site.Author .id ) "https://" ) }} + + {{ else }} + + {{ end }} @@ -63,12 +67,12 @@ {{- if .Site.Params.selfHosted -}} - + {{- else -}} - - - + + + {{- end }} @@ -87,13 +91,13 @@ {{- else -}} - - + + {{- end -}} -{{ if .Site.Params.gcse }} +{{ if .Site.Params.gcse }}