diff --git a/content/data-lab/protected-mangroves.md b/content/data-lab/protected-mangroves.md
new file mode 100644
index 0000000..b64db1b
--- /dev/null
+++ b/content/data-lab/protected-mangroves.md
@@ -0,0 +1,11 @@
+---
+title: "Global Protected Mangroves"
+date: 2024-09-04T16:00:57+01:00
+author:
+ name: "Sam Chance"
+header_image: "/pics/charts/price.webp"
+summary: "Daily bitcoin price. Data is obtained from CoinGecko using their public API."
+tags: ["Bitcoin", "Stats"]
+---
+{{< map >}}
+
diff --git a/hugo.toml b/hugo.toml
index 7b94e55..cc8d204 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -3,7 +3,7 @@ languageCode = 'en-gb'
title = 'Based Data'
[params]
- apiURL = 'https://api.baseddata.io'
+ apiURL = 'http://localhost:5000'
[markup.highlight]
pygmentsUseClasses = false
diff --git a/layouts/partials/map.html b/layouts/partials/map.html
new file mode 100644
index 0000000..8f1d8f5
--- /dev/null
+++ b/layouts/partials/map.html
@@ -0,0 +1,34 @@
+
+
+
+
diff --git a/layouts/shortcodes/download-data.html b/layouts/shortcodes/download-data.html
index 894e09b..606b54b 100644
--- a/layouts/shortcodes/download-data.html
+++ b/layouts/shortcodes/download-data.html
@@ -5,7 +5,9 @@