aboutsummaryrefslogtreecommitdiff
path: root/templates/shortcodes/mapbox.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/shortcodes/mapbox.html')
-rwxr-xr-xtemplates/shortcodes/mapbox.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/templates/shortcodes/mapbox.html b/templates/shortcodes/mapbox.html
deleted file mode 100755
index 13d3488..0000000
--- a/templates/shortcodes/mapbox.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<div class="map mb-6" style='height: 450px;'>
- <div class="mapbox-access-token">
- {{config.extra.mapbox.access_token}}
- </div>
- <div class="mapbox-zoom">
- {{zoom}}
- </div>
- <div class="mapbox-geojson">
- {{body}}
- </div>
-</div>