This is an automated email from the ASF dual-hosted git repository.
jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git
The following commit(s) were added to refs/heads/master by this push:
new f107af5b27 [DOCS] fixing position and indenting of google tag (#1783)
f107af5b27 is described below
commit f107af5b27fed703ed3145ad950ad83279fa7972
Author: Kelly-Ann Dolor <[email protected]>
AuthorDate: Thu Jan 30 14:02:02 2025 -0800
[DOCS] fixing position and indenting of google tag (#1783)
---
docs-overrides/main.html | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/docs-overrides/main.html b/docs-overrides/main.html
index 404e28adf5..ed0b9639af 100644
--- a/docs-overrides/main.html
+++ b/docs-overrides/main.html
@@ -10,6 +10,11 @@
</a>
{% endblock %}
+{% block extrahead %}
+ {{ super() }}
+ <meta name="google-site-verification"
content="o2riomKLozYKc2IQivWGsrI2unuyQs7hXiAD4kGMCTQ" />
+{% endblock %}
+
{% block content %}
{% if page.is_homepage %}
<!-- {{ super() }} -->
@@ -116,8 +121,3 @@
{{ super() }}
{% endif %}
{% endblock %}
-
-{% block extrahead %}
-{{ super() }}
-<meta name="google-site-verification"
content="o2riomKLozYKc2IQivWGsrI2unuyQs7hXiAD4kGMCTQ" />
-{% endblock %}