From 7f5b6db3f126226c27d5c79465ef541d4de07427 Mon Sep 17 00:00:00 2001 From: teldra Date: Sat, 2 Apr 2022 23:43:27 +0200 Subject: [PATCH] small fixes --- themes/buha/assets/css/layout.css | 7 +++++ themes/buha/layouts/partials/footer.html | 34 +++++++++++++----------- 2 files changed, 25 insertions(+), 16 deletions(-) diff --git a/themes/buha/assets/css/layout.css b/themes/buha/assets/css/layout.css index 3c0d325b..727810c6 100644 --- a/themes/buha/assets/css/layout.css +++ b/themes/buha/assets/css/layout.css @@ -85,6 +85,13 @@ footer { margin-right: 1rem; } +#infobox_outer { + display: flex; + justify-content: space-evenly; + flex-grow: 1; +} + + footer div { margin-top: 1rem; } diff --git a/themes/buha/layouts/partials/footer.html b/themes/buha/layouts/partials/footer.html index 7c98fb04..f9238538 100644 --- a/themes/buha/layouts/partials/footer.html +++ b/themes/buha/layouts/partials/footer.html @@ -5,22 +5,24 @@ {{- end -}} -
- Orga

- {{- if eq site.Params.archive true -}} - {{- i18n "archive" | strings.FirstUpper -}}

- {{- end -}} - {{- if eq site.Params.imprint true -}} - {{- i18n "imprint" | strings.FirstUpper -}}

- {{- end -}} -
+
+
+ Orga

+ {{- if eq site.Params.archive true -}} + {{- i18n "archive" | strings.FirstUpper -}}

+ {{- end -}} + {{- if eq site.Params.imprint true -}} + {{- i18n "imprint" | strings.FirstUpper -}}

+ {{- end -}} +
-
- {{- with .OutputFormats.Get "rss" -}} - {{- if .Permalink -}} - {{- printf `` .Permalink | safeHTML -}} +