2015-01-01 20:06:34 +00:00
|
|
|
{% block seo %}
|
|
|
|
<meta property="og:title" content="{{ SITENAME }}" />
|
|
|
|
<meta property="og:type" content="website" />
|
|
|
|
<meta property="og:url" content="{{ SITEURL }}" />
|
|
|
|
<meta name="twitter:url" content="{{ SITEURL }}" />
|
2015-01-09 18:56:22 +00:00
|
|
|
<meta itemprop="name" content="{{ SITENAME }}">
|
|
|
|
<meta itemprop="url" content="{{ SITEURL }}">
|
2015-01-01 23:56:46 +00:00
|
|
|
{% if META_IMAGE %}
|
|
|
|
<meta property="og:image" content="{{ META_IMAGE }}" />
|
|
|
|
<meta property="og:image:type" content="{{ META_IMAGE_TYPE }}" />
|
|
|
|
<meta name="twitter:image" content="{{ META_IMAGE }}" />
|
2015-01-09 18:56:22 +00:00
|
|
|
<meta itemprop="image" content="{{ META_IMAGE }}"/>
|
2015-01-01 20:06:34 +00:00
|
|
|
{% endif %}
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
|