aboutsummaryrefslogtreecommitdiff
path: root/templates/shortcodes
diff options
context:
space:
mode:
authorsptaule <lecas83@gmail.com>2022-01-27 15:03:27 +0100
committersptaule <lecas83@gmail.com>2022-01-27 15:03:27 +0100
commit67250dca95369b7cd1afbdaf694b022b008e5009 (patch)
tree138d0330cad5112933d2c5154876b80564bed731 /templates/shortcodes
parent9eeadd1e667d7908b1ffd707662676cee63d1ede (diff)
downloadgaragehq.deuxfleurs.fr-67250dca95369b7cd1afbdaf694b022b008e5009.tar.gz
garagehq.deuxfleurs.fr-67250dca95369b7cd1afbdaf694b022b008e5009.zip
Added gobal Search, template partials, deleted shortcodes not in use
Diffstat (limited to 'templates/shortcodes')
-rwxr-xr-xtemplates/shortcodes/chart.html1
-rwxr-xr-xtemplates/shortcodes/galleria.html1
-rwxr-xr-xtemplates/shortcodes/mapbox.html11
3 files changed, 0 insertions, 13 deletions
diff --git a/templates/shortcodes/chart.html b/templates/shortcodes/chart.html
deleted file mode 100755
index 539aeea..0000000
--- a/templates/shortcodes/chart.html
+++ /dev/null
@@ -1 +0,0 @@
-<svg class="chart">{{body | safe}}</svg>
diff --git a/templates/shortcodes/galleria.html b/templates/shortcodes/galleria.html
deleted file mode 100755
index 0e23cd3..0000000
--- a/templates/shortcodes/galleria.html
+++ /dev/null
@@ -1 +0,0 @@
-<div class="galleria mb-6" style="height: 450px">{{body | safe}}</div> \ No newline at end of file
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>