From 8a279aa667a8467fb2e22824ebc52e333510feb6 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Tue, 16 May 2023 09:45:23 +0200 Subject: [PATCH] Fix: adres-weergave --- themes/nluug/layouts/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/nluug/layouts/index.html b/themes/nluug/layouts/index.html index d5c80f6..0c47bfa 100644 --- a/themes/nluug/layouts/index.html +++ b/themes/nluug/layouts/index.html @@ -34,7 +34,7 @@

{{ .name }}

{{ with .date_start | dateFormat "02-01-2006" }}

Datum: {{ . }}

{{ end }} - {{ with .event_address }}

Adres: {{ . }}

{{ end }} + {{ with .event_address }}

Adres: {{ with .street_address }}{{ . }}{{ end }}{{ with .postal_code }}, {{ . }}{{ end }}{{ with .city }}, {{ . }}{{ end }}{{ with .country }}, {{ . }}{{ end }}

{{ end }} {{ with .event_url }}Meer informatie{{ end }}
{{ end }}