Toevoegen Event aan alle evenementen

This commit is contained in:
Michael Boelen 2023-06-22 15:07:42 +02:00
parent 65681b693a
commit 6fad3ae9ca
6 changed files with 37 additions and 3 deletions

View file

@ -14,6 +14,11 @@
{{ partial "schemas/schema_WebPage.html" . }}
{{ end }}
{{- else if .IsSection -}}
{{ if .Params.is_event }}
{{ partial "schemas/schema_Event.html" . }}
{{ end }}
{{ end }}
{{ partial "schemas/schema_BreadcrumbList.html" . }}