From 3583f8afc12895cb0529916dc6a6e2785cca93f4 Mon Sep 17 00:00:00 2001 From: fd0-nl Date: Tue, 13 Jun 2023 22:10:04 +0200 Subject: [PATCH] externe link opent een aparte tab, zowel een gewone website als openstreetmaps --- themes/nluug/layouts/calendar/single.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/nluug/layouts/calendar/single.html b/themes/nluug/layouts/calendar/single.html index bd58f60..935352e 100644 --- a/themes/nluug/layouts/calendar/single.html +++ b/themes/nluug/layouts/calendar/single.html @@ -15,10 +15,10 @@ {{ with .event_address }}

Locatie en adres

{{ $event_location }}
{{ with .street_address }}{{ . }}{{ end }}
{{ with .postal_code }}{{ . }}{{ end }}{{ with .city }}, {{ . }}{{ end }}{{ with .country }}, {{ . }}{{ end }}

- {{ partial "show-svg-icon.html" (dict "context" . "icon" "map-location-dot" "title" "Bekijk locatie op OpenStreetMap") }} + {{ partial "show-svg-icon.html" (dict "context" . "icon" "map-location-dot" "title" "Bekijk locatie op OpenStreetMap") }} {{ end }} {{ with .link_external }} -

» Meer informatie (externe link)

+

» Meer informatie (externe link)

{{ end }} {{ end }}