mirror of
https://gitlab.com/mrubli/hugo-mod-leaflet.git
synced 2025-10-07 01:54:24 +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,
|
||||
maximize: {
|
||||
enabled: {{ .Get "maximizable" | default "true" }},
|
||||
enabled: {{ .Get "maximizable" | default "true" | safeJS }},
|
||||
},
|
||||
markers: [],
|
||||
tracks: [],
|
||||
|
Reference in New Issue
Block a user