1
0
Fork 0

Update to version 0.6

This commit is contained in:
Moritz »mo.« Sauer 2014-09-12 21:48:41 +02:00
parent d7c1bfc765
commit ad67c5846c
16 changed files with 318 additions and 66 deletions

View file

@ -10,6 +10,13 @@
{% if site.google_site_verification %}
<meta name="google-site-verification" content="{{ site.google_site_verification}}" />
{% endif %}
{% if page.meta_description %}
<meta name="description" content="{{ page.meta_description | strip_html | escape }}"/>
{% elsif page.description %}
<meta name="description" content="{{ page.description | strip_html | escape }}"/>
{% endif %}
{% if site.google_author %}
<link rel="author" href="{{ site.google_author }}"/>
{% endif %}