From c26ffa28b2b28719013c8959dd43c7891c0d72fc Mon Sep 17 00:00:00 2001 From: miklo Date: Sun, 17 Dec 2023 22:38:58 +0100 Subject: [PATCH] pl translation, social link --- themes/hugo-fresh/assets/fresh/partials/_footer.scss | 7 +++++++ themes/hugo-fresh/layouts/partials/footer.html | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/themes/hugo-fresh/assets/fresh/partials/_footer.scss b/themes/hugo-fresh/assets/fresh/partials/_footer.scss index 0167498..6185eff 100644 --- a/themes/hugo-fresh/assets/fresh/partials/_footer.scss +++ b/themes/hugo-fresh/assets/fresh/partials/_footer.scss @@ -13,6 +13,13 @@ footer.footer-dark { height: 40px; } } + .footer-social { + margin-top: 30px; + img { + height: 30px; + vertical-align: bottom; + } + } .footer-column { .footer-header { padding-bottom: 20px; diff --git a/themes/hugo-fresh/layouts/partials/footer.html b/themes/hugo-fresh/layouts/partials/footer.html index 77e6876..1c7666c 100644 --- a/themes/hugo-fresh/layouts/partials/footer.html +++ b/themes/hugo-fresh/layouts/partials/footer.html @@ -1,3 +1,4 @@ + {{- $footer := .Site.Params.footer }} {{- $logo := index $footer "logo" }} {{- $quickLinks := index $footer "quicklinks" }} @@ -16,6 +17,12 @@ +