From 5ff857b2dbbb00fa081f2a01e3db2e0ffae16168 Mon Sep 17 00:00:00 2001 From: teldra Date: Mon, 4 Apr 2022 19:30:58 +0200 Subject: [PATCH] small fixes --- themes/buha/layouts/partials/structure/footer.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/themes/buha/layouts/partials/structure/footer.html b/themes/buha/layouts/partials/structure/footer.html index c219b481..e94fc052 100644 --- a/themes/buha/layouts/partials/structure/footer.html +++ b/themes/buha/layouts/partials/structure/footer.html @@ -10,7 +10,6 @@ {{- end -}}
- Orga

{{- if eq site.Params.archive true -}} {{ $archive := "archive" }} {{ if i18n $archive }} @@ -18,6 +17,10 @@ {{ end }} {{- $archive | strings.FirstUpper -}}

{{- end -}} + Orga

+
+ +
{{- if eq site.Params.imprint true -}} {{ $imprint := "imprint" }} {{ if i18n $imprint }} @@ -25,10 +28,7 @@ {{ end }} {{- $imprint | strings.FirstUpper -}}

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