From 8f7b53be73cbb24e3e8d1240dc0a77672e98611a Mon Sep 17 00:00:00 2001 From: desmukh Date: Tue, 31 Jan 2023 12:20:45 +0500 Subject: [PATCH] display dispatches from api on map --- content/publishers/_index.html | 4 +- .../layouts/shortcodes/publishers_map.html | 40 +++++++++++++++++++ 2 files changed, 41 insertions(+), 3 deletions(-) create mode 100644 themes/lumbung-theme/layouts/shortcodes/publishers_map.html diff --git a/content/publishers/_index.html b/content/publishers/_index.html index e5c74ae..01d6718 100644 --- a/content/publishers/_index.html +++ b/content/publishers/_index.html @@ -3,6 +3,4 @@ draft: false ---

Lumbung of Publishers

-
- {{< map geoJson="data/geojsonContributors.json">}} -
\ No newline at end of file +{{< publishers_map >}} \ No newline at end of file diff --git a/themes/lumbung-theme/layouts/shortcodes/publishers_map.html b/themes/lumbung-theme/layouts/shortcodes/publishers_map.html new file mode 100644 index 0000000..76f1cd2 --- /dev/null +++ b/themes/lumbung-theme/layouts/shortcodes/publishers_map.html @@ -0,0 +1,40 @@ + + + + +
+ + + + \ No newline at end of file