fixed build of shortcode
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 43s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 43s
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user