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 -}} +