This commit is contained in:
teldra 2022-03-26 21:22:30 +01:00
parent 5416f24ff7
commit 02f7687948
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
{{- range first 5 $paginator.Pages -}}
<article>
<a href="{{- .Permalink -}}">
<h2>{{ if and (isset .Params "categories") (eq .Section "events") }}{{ index .Params.categories 0 }}: {{ end }}{{- .Title -}}</h2>
<h2>{{- .Title -}}</h2>
{{ if .Params.when }}
<div style="margin-bottom: .4em;"><b>{{ .Params.when }}</b></div>
{{ end }}