diff --git a/themes/nluug/layouts/index.html b/themes/nluug/layouts/index.html index 71d1e5e..ef22811 100644 --- a/themes/nluug/layouts/index.html +++ b/themes/nluug/layouts/index.html @@ -35,13 +35,16 @@ {{ if eq .highlight_on_homepage true }}
Datum:
-Datum
Locatie
+ {{ with .event_location }}{{ . }}
{{ end }}
{{ with .event_address }}
- {{ with .street_address }}{{ . }}{{ end }}
{{ with .postal_code }}{{ . }}{{ end }}{{ with .city }}, {{ . }}{{ end }}{{ with .country }}, {{ . }}{{ end }}
+ {{ with .street_address }}{{ . }}{{ end }}
{{ with .postal_code }}{{ . }}{{ end }}{{ with .city }}, {{ . }}{{ end }}{{ with .country }}, {{ . }}{{ end }}
+ {{ end }}
+