This is an automated email from the ASF dual-hosted git repository. jiayu pushed a commit to branch branch-1.7.0 in repository https://gitbox.apache.org/repos/asf/sedona.git
commit 3e0f3faecfee8875b6c0c7e8dddd709da83c8b0e 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 %}
