lpk-website

Lillehammer pistolklubb website
git clone https://git.echoz.io/lpk-website.git
Log | Files | Refs | README | LICENSE

commit fd3609e0624bc7352a6b285eff221b996f8af385
parent 21161e7113166af472a6666f2ee3b8e1c81ab328
Author: Chris <chris@echoz.io>
Date:   Fri, 28 Mar 2025 15:29:28 +0100

fix(google_maps): escaping of spaces in location name

Diffstat:
Mlayouts/shortcodes/google_maps | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/layouts/shortcodes/google_maps b/layouts/shortcodes/google_maps @@ -1,4 +1,4 @@ -{{- $place := replaceRE "\\s+" "x" (.Get 0) -}} +{{- $place := replaceRE "\\s+" "+" (.Get 0) -}} <iframe class="google-maps" width="100%"