From 91218b7bcc10569f0fe69802fe7592ed16baaf17 Mon Sep 17 00:00:00 2001 From: teldra Date: Sun, 3 Apr 2022 01:12:28 +0200 Subject: [PATCH] small fixes --- themes/buha/assets/css/layout.css | 4 +++ themes/buha/layouts/partials/footer.html | 34 ++++++++++++------------ 2 files changed, 21 insertions(+), 17 deletions(-) diff --git a/themes/buha/assets/css/layout.css b/themes/buha/assets/css/layout.css index dd75fb8b..108421ce 100644 --- a/themes/buha/assets/css/layout.css +++ b/themes/buha/assets/css/layout.css @@ -90,6 +90,10 @@ footer { color: var(--links); } +.infobox { + text-align: center; +} + footer div { margin-top: 1rem; } diff --git a/themes/buha/layouts/partials/footer.html b/themes/buha/layouts/partials/footer.html index 8dc1b5b8..d6a63af5 100644 --- a/themes/buha/layouts/partials/footer.html +++ b/themes/buha/layouts/partials/footer.html @@ -5,23 +5,23 @@ {{- 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 -}} - {{- end -}} - RSS

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

+ {{- end -}} + Sourcecode +