diff --git a/themes/buha/layouts/partials/sidebar.html b/themes/buha/layouts/partials/sidebar.html index 2ca1c4f7..c5cac3a7 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 }}