|
@@ -8,6 +8,24 @@ All Posts · {{ super() }}
|
|
Full archives of {{ SITENAME|striptags|e }} blog.
|
|
Full archives of {{ SITENAME|striptags|e }} blog.
|
|
{% endblock head_description %}
|
|
{% endblock head_description %}
|
|
|
|
|
|
|
|
+{% block meta_tags_in_head %}
|
|
|
|
+{{ super() }}
|
|
|
|
+<meta property="og:title" content="All Posts · {{ SITENAME|striptags|e }}"/>
|
|
|
|
+<meta name="twitter:title" content="All Posts · {{ SITENAME|striptags|e }}">
|
|
|
|
+<meta property="og:type" content="article" />
|
|
|
|
+<meta property="og:url" content="{{ SITEURL }}/archives.html" />
|
|
|
|
+<meta property="og:description" content="Full archives of {{ SITENAME|striptags|e }} blog" />
|
|
|
|
+<meta name="twitter:description" content="Full archives of {{ SITENAME|striptags|e }} blog">
|
|
|
|
+<meta property="og:site_name" content="{{ SITENAME|striptags|e }}" />
|
|
|
|
+<meta property="og:article:author" content="{{ AUTHOR }}" />
|
|
|
|
+<meta name="twitter:card" content="summary">
|
|
|
|
+{% from '_includes/_defaults.html' import FEATURED_IMAGE with context %}
|
|
|
|
+{% if FEATURED_IMAGE %}
|
|
|
|
+<meta property="og:image" content="{{FEATURED_IMAGE}}" />
|
|
|
|
+<meta name="twitter:image" content="{{FEATURED_IMAGE}}" >
|
|
|
|
+{% endif %}
|
|
|
|
+{% endblock meta_tags_in_head %}
|
|
|
|
+
|
|
{% block content %}
|
|
{% block content %}
|
|
|
|
|
|
<div class="row-fluid">
|
|
<div class="row-fluid">
|