From e23414a7a73e199b295d848abf752eba9a5c9a19 Mon Sep 17 00:00:00 2001 From: teldra Date: Sun, 27 Mar 2022 00:45:26 +0100 Subject: [PATCH] small fixes --- themes/buha/layouts/partials/sidebar.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/themes/buha/layouts/partials/sidebar.html b/themes/buha/layouts/partials/sidebar.html index 2ca1c4f..c5cac3a 100644 --- a/themes/buha/layouts/partials/sidebar.html +++ b/themes/buha/layouts/partials/sidebar.html @@ -11,14 +11,12 @@ {{- end }} {{- end }} - {{ if or (or (eq .Section "events") (eq .Params.recurrent true)) (.IsHome) }}

{{ T "recurrent" }}

{{- $posts := where .Site.RegularPages "Params.recurrent" true }} {{ range $posts }} {{ .Title }} {{ end }} - {{ end }}