diff --git a/themes/nluug/layouts/calendar/single.html b/themes/nluug/layouts/calendar/single.html index 75af551..2be46f9 100644 --- a/themes/nluug/layouts/calendar/single.html +++ b/themes/nluug/layouts/calendar/single.html @@ -4,70 +4,80 @@
Georganiseerd door {{ .}}
{{ end }} - {{ with .event_organizer }}Georganiseerd door {{ .}}
{{ end }} - {{ if ne .date_start .date_end }} -Event van meerdere dagen: t/m
- {{ end }} - {{ $event_location := .event_location | default "Locatie onbekend" }} - {{ with .event_address }} -{{ $event_location }}
{{ with .street_address }}{{ . }}{{ end }}
{{ with .postal_code }}{{ . }}{{ end }}{{ with .city }}, {{ . }}{{ end }}{{ with .country }}, {{ . }}{{ end }}
Event van meerdere dagen: t/m
+ {{ else }} +Datum:
+ {{ end }} + {{ $event_location := .event_location | default "Locatie onbekend" }} + {{ with .event_address }} +{{ $event_location }}
{{ with .street_address }}{{ . }}{{ end }}
{{ with .postal_code }}{{ . }}{{ end }}{{ with .city }}, {{ . }}{{ end }}{{ with .country }}, {{ . }}{{ end }}