Tonen van alleen evenementen en toevoegen structuur aan evenementen

This commit is contained in:
Michael Boelen 2023-06-22 11:18:13 +02:00
parent fa938e4b95
commit f074c31f21
3 changed files with 8 additions and 0 deletions

View file

@ -24,6 +24,7 @@
<section>
<ul class="list">
{{ range (.Pages.ByParam "event_start").Reverse }}
{{ if isset .Params "event_start" }}
<li>
<a class="link" href="{{ .Permalink }}" title="{{ .Title }}">{{ .Title }}</a>
<hr class="hr-list">
@ -32,6 +33,7 @@
{{ end }}
</li>
{{ end }}
{{ end }}
</ul>
</section>
{{ end }}