Add Google site verification meta tag
This commit is contained in:
parent
52f805521e
commit
448c079e37
@ -9,6 +9,10 @@
|
|||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
<meta name="author" content="">
|
<meta name="author" content="">
|
||||||
|
|
||||||
|
{% if GOOGLE_SITE_VERIFICATION %}
|
||||||
|
<meta name="google-site-verification" content="{{ GOOGLE_SITE_VERIFICATION }}">
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
<title>{% block title %}{{ SITENAME }}{% endblock title %}</title>
|
<title>{% block title %}{{ SITENAME }}{% endblock title %}</title>
|
||||||
|
|
||||||
{% if FEED_ALL_ATOM %}
|
{% if FEED_ALL_ATOM %}
|
||||||
|
Loading…
Reference in New Issue
Block a user