Toevoegen Event aan alle evenementen
This commit is contained in:
parent
65681b693a
commit
6fad3ae9ca
6 changed files with 37 additions and 3 deletions
|
@ -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" . }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue