From 94b055edb53cd1c000800d39693f161566cb412b Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Sat, 3 Jun 2023 22:52:47 +0200 Subject: [PATCH] Weghalen van _blank-target om te voorkomen dat links niet werken op mobiele apparaten --- themes/nluug/layouts/calendar/single.html | 2 +- themes/nluug/layouts/community/section.html | 2 +- themes/nluug/layouts/partials/footer.html | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/themes/nluug/layouts/calendar/single.html b/themes/nluug/layouts/calendar/single.html index 20ddfbd..36c10b4 100644 --- a/themes/nluug/layouts/calendar/single.html +++ b/themes/nluug/layouts/calendar/single.html @@ -15,7 +15,7 @@ {{ 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)

diff --git a/themes/nluug/layouts/community/section.html b/themes/nluug/layouts/community/section.html index c60ba23..ecb4663 100644 --- a/themes/nluug/layouts/community/section.html +++ b/themes/nluug/layouts/community/section.html @@ -19,7 +19,7 @@ {{ range where $communities "category" . }}
{{ if .url }} -

{{ .name }}

+

{{ .name }}

{{ else }}

{{ .name }}

{{ end }} diff --git a/themes/nluug/layouts/partials/footer.html b/themes/nluug/layouts/partials/footer.html index 09e6592..437c02f 100644 --- a/themes/nluug/layouts/partials/footer.html +++ b/themes/nluug/layouts/partials/footer.html @@ -16,18 +16,18 @@