|
@@ -20,6 +20,21 @@ |
|
|
compatibility mode is within the first 1K bytes |
|
|
compatibility mode is within the first 1K bytes |
|
|
code.google.com/p/chromium/issues/detail?id=23003 --> |
|
|
code.google.com/p/chromium/issues/detail?id=23003 --> |
|
|
|
|
|
|
|
|
|
|
|
<!-- Twitter cards, OpenGraph and Slack unfurling --> |
|
|
|
|
|
<meta name="twitter:card" content="summary" /> |
|
|
|
|
|
{% if resource.meta.twittertitle %} |
|
|
|
|
|
<meta property="og:title" content="{{ resource.meta.twittertitle }}" /> |
|
|
|
|
|
{% else %} |
|
|
|
|
|
<meta property="og:title" content="{{ resource.meta.title }}" /> |
|
|
|
|
|
{% endif %} |
|
|
|
|
|
<meta property="og:description" content="{{ resource.meta.description }}" /> |
|
|
|
|
|
{% if resource.meta.image %} <meta property="og:image" content="{{ resource.meta.image }}" />{% endif %} |
|
|
|
|
|
{% if resource.meta.imagealt %} <meta name="twitter:image:alt" content="{{ resource.meta.imagealt }}" />{% endif %} |
|
|
|
|
|
{% if resource.meta.twitterlabel1 %} <meta name="twitter:label1" content="{{ resource.meta.twitterlabel1 }}" />{% endif %} |
|
|
|
|
|
{% if resource.meta.twitterlabel2 %} <meta name="twitter:label2" content="{{ resource.meta.twitterlabel2 }}" />{% endif %} |
|
|
|
|
|
{% if resource.meta.twitterdata1 %} <meta name="twitter:data1" content="{{ resource.meta.twitterdata1 }}" />{% endif %} |
|
|
|
|
|
{% if resource.meta.twitterdata2 %} <meta name="twitter:data2" content="{{ resource.meta.twitterdata2 }}" />{% endif %} |
|
|
|
|
|
|
|
|
<title>{% block title %}{{ resource.meta.title }}{% endblock %}</title> |
|
|
<title>{% block title %}{{ resource.meta.title }}{% endblock %}</title> |
|
|
<meta name="description" content="{{ resource.meta.description }}"> |
|
|
<meta name="description" content="{{ resource.meta.description }}"> |
|
|
<meta name="author" content="{{ resource.meta.author }}"> |
|
|
<meta name="author" content="{{ resource.meta.author }}"> |
|
|