Add Google site verification meta tag

This commit is contained in:
Mr. Senko 2016-01-17 16:52:35 +02:00
parent 52f805521e
commit 448c079e37
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@
<meta name="description" 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>
{% if FEED_ALL_ATOM %}