diff --git a/layouts/shortcodes/leaflet-map.html b/layouts/shortcodes/leaflet-map.html
index 9df8ec0..f13e18d 100644
--- a/layouts/shortcodes/leaflet-map.html
+++ b/layouts/shortcodes/leaflet-map.html
@@ -50,7 +50,9 @@ Track options:
Scale options:
- (none)
+ position:
+ Position of the scale. One of: "topleft", "topright", "bottomleft", "bottomright"
+ Optional, defaults to "bottomright".
Elevation profile options:
diff --git a/layouts/shortcodes/leaflet-scale.html b/layouts/shortcodes/leaflet-scale.html
index c421b8f..dbff56d 100644
--- a/layouts/shortcodes/leaflet-scale.html
+++ b/layouts/shortcodes/leaflet-scale.html
@@ -5,5 +5,10 @@
{{ $uniqueMapId := .Parent.Ordinal | safeJS }}