|
|
@@ -1,4 +1,4 @@ |
|
|
|
{% from "macros.j2" import itemurl %} |
|
|
|
{% from "macros.j2" import itemurl, slug %} |
|
|
|
<!doctype html> |
|
|
|
<!-- https://github.com/paulirish/html5-boilerplate/blob/master/index.html --> |
|
|
|
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ --> |
|
|
@@ -7,10 +7,6 @@ |
|
|
|
{% block starthead %}{% endblock starthead %} |
|
|
|
<meta charset="{{ resource.meta.charset }}"> |
|
|
|
|
|
|
|
<!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame |
|
|
|
Remove this if you use the .htaccess --> |
|
|
|
<meta http-equiv="X-UA-Compatible" content="{{ resource.meta.compatibility }}"> |
|
|
|
|
|
|
|
<!-- encoding must be specified within the first 512 bytes |
|
|
|
www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#charset --> |
|
|
|
|
|
|
@@ -21,9 +17,9 @@ |
|
|
|
compatibility mode is within the first 1K bytes |
|
|
|
code.google.com/p/chromium/issues/detail?id=23003 --> |
|
|
|
|
|
|
|
<!-- automatically refresh, add/remove closing comment to enable/disable |
|
|
|
{# |
|
|
|
<meta http-equiv="refresh" content="2"> |
|
|
|
<!-- end comment for above refresh --> |
|
|
|
#} |
|
|
|
|
|
|
|
<!-- Twitter cards, OpenGraph and Slack unfurling --> |
|
|
|
<meta name="twitter:card" content="summary" /> |
|
|
|