From 9619919722da651f0b8b272d3580337af5071290 Mon Sep 17 00:00:00 2001
From: Antoine Beyeler <49431240+abey79@users.noreply.github.com>
Date: Wed, 19 Oct 2022 11:24:17 +0200
Subject: [PATCH] Added Google site verification to template
---
docs/_templates/base.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/docs/_templates/base.html b/docs/_templates/base.html
index e6ba4351..1f0fb6f3 100644
--- a/docs/_templates/base.html
+++ b/docs/_templates/base.html
@@ -3,5 +3,6 @@
{% if enable_plausible %}
{% endif %}
+
{{ super() }}
-{% endblock %}
\ No newline at end of file
+{% endblock %}