diff --git a/mkdocs.blog.yml b/mkdocs.blog.yml
index f25e3e98..524840eb 100644
--- a/mkdocs.blog.yml
+++ b/mkdocs.blog.yml
@@ -28,6 +28,9 @@ edit_uri_template: blob/main/blog/{path}?plain=1
extra:
scope: /
+ ghost:
+ data_host: https://www.privacyguides.org/.ghost/analytics/api/v1/page_hit
+ tb_site_uuid: 5f3bdb03-a1af-4844-85ca-cbc82c89eb9a
privacy_guides:
footer:
intro:
diff --git a/mkdocs.yml b/mkdocs.yml
index c44aaf0d..4fdf837b 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -38,6 +38,9 @@ extra:
context: !ENV [BUILD_CONTEXT, "production"]
offline: !ENV [BUILD_OFFLINE, false]
deploy: !ENV DEPLOY_ID
+ ghost:
+ data_host: https://www.privacyguides.org/.ghost/analytics/api/v1/page_hit
+ tb_site_uuid: 5f3bdb03-a1af-4844-85ca-cbc82c89eb9a
privacy_guides:
footer:
intro:
diff --git a/theme/main.html b/theme/main.html
index e4235ca1..84b9353b 100644
--- a/theme/main.html
+++ b/theme/main.html
@@ -88,9 +88,26 @@
{% endif %}
{% if config.extra.context == "production" %}
-
-
+
+
+
+
+ {% if config.theme.language == "en" %}
+
+ {% endif %}
+
{% endif %}
+
{% if page and page.meta and page.meta.schema %}