diff --git a/themes/nluug/layouts/calendar/single.html b/themes/nluug/layouts/calendar/single.html index 47a8455..1663575 100644 --- a/themes/nluug/layouts/calendar/single.html +++ b/themes/nluug/layouts/calendar/single.html @@ -3,10 +3,23 @@
Georganizeerd door {{ .}}
{{ end }} + {{ if eq .date_start .date_end }} + {{ .date_start | dateFormat "02-01-2006" }} + {{ else }} + Van {{ .date_start | dateFormat "02-01-2006" }} t/m {{ .date_end | dateFormat "02-01-2006" }} {{ end }} - + + {{ with .event_address }} +Adres: {{ with .street_address }}{{ . }}{{ end }}{{ with .postal_code }}, {{ . }}{{ end }}{{ with .city }}, {{ . }}{{ end }}{{ with .country }}, {{ . }}{{ end }}
+ {{ end }} + {{ with .link_external }} + Meer informatie (externe link) + {{ end }} +