Merge pull request #19 from MrSenko/google_site_verification

Add Google site verification meta tag
This commit is contained in:
Gilson Filho 2016-01-18 08:43:17 -03:00
commit e346eb511b
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 %}