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 }}" />
|
|
|
|
{% if OG_IMAGE %}
|
2015-01-01 20:25:00 +00:00
|
|
|
<meta property="og:image" content="{{ OG_IMAGE }}" />
|
2015-01-01 20:06:34 +00:00
|
|
|
<meta property="og:image:type" content="{{ OG_IMAGE_TYPE }}" />
|
2015-01-01 20:25:00 +00:00
|
|
|
<meta name="twitter:image" content="{{ OG_IMAGE }}" />
|
2015-01-01 20:06:34 +00:00
|
|
|
{% endif %}
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
|