mirror of
https://gitlab.com/mrubli/hugo-mod-leaflet.git
synced 2025-10-08 18:44:25 +00:00
layouts: map: Fix accidentally quoted true value in generated JS
This doesn't seem to have had any practical impact, though.
This commit is contained in:
@@ -137,7 +137,7 @@ Elevation profile options:
|
|||||||
},
|
},
|
||||||
scale: false,
|
scale: false,
|
||||||
maximize: {
|
maximize: {
|
||||||
enabled: {{ .Get "maximizable" | default "true" }},
|
enabled: {{ .Get "maximizable" | default "true" | safeJS }},
|
||||||
},
|
},
|
||||||
markers: [],
|
markers: [],
|
||||||
tracks: [],
|
tracks: [],
|
||||||
|
Reference in New Issue
Block a user