fixed build of shortcode
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 43s

This commit is contained in:
2025-06-10 00:19:02 +02:00
parent f992ee5b88
commit 6be162abeb

View File

@@ -1,6 +1,5 @@
<!-- <!--
Usage: Usage:
{{< osm lat="48.858844" lon="2.294351" zoom="15" height="400px" >}}
All parameters are optional except lat/lon. All parameters are optional except lat/lon.
--> -->
<div id="osm-map-{{ .Get "lat" }}-{{ .Get "lon" }}-{{ .Get "zoom" | default "15" }}" style="height:{{ .Get "height" | default "400px" }};"></div> <div id="osm-map-{{ .Get "lat" }}-{{ .Get "lon" }}-{{ .Get "zoom" | default "15" }}" style="height:{{ .Get "height" | default "400px" }};"></div>