add meta verification tag back (#1164)

was removed as I thought it was only used once when you verify the site
but it has to remain in the pages all the time otherwise you get unverified
on Google search console...

Signed-off-by: Nicolas MASSART <nicolas.massart@consensys.net>
pull/1166/head 22.7.2
Nicolas MASSART 2 years ago committed by GitHub
parent 606cdf3fef
commit f21048fc2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      custom_theme/main.html
  2. 1
      mkdocs.extra.yml

@ -61,3 +61,7 @@
</div> </div>
{% endif %} {% endif %}
{% endblock %} {% endblock %}
{% block extrahead %}
<meta name="google-site-verification" content="{{config.extra.analytics.verification}}" />
{% endblock %}

@ -30,6 +30,7 @@ extra:
analytics: analytics:
provider: google provider: google
property: 'G-23GVTD3LEQ' property: 'G-23GVTD3LEQ'
verification: 'sGzYdFR_AYDRtsC-SNxMRwjellnfTgs5ZA0q7GIM5j0'
feedback: feedback:
title: Was this page helpful? title: Was this page helpful?
ratings: ratings:

Loading…
Cancel
Save