[FIX] doc: viewport meta missing

This commit is contained in:
Xavier Morel 2014-11-27 16:17:37 +01:00
parent 2cfd7182cc
commit 39d77f9e85
1 changed files with 6 additions and 0 deletions

View File

@ -14,6 +14,12 @@
<!doctype html>
{%- endblock -%}
{%- block htmltitle -%}
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
{{ super() }}
{%- endblock -%}
{%- block extrahead -%}
{%- if canonical -%}
<link rel="canonical" href="{{ canonical }}"/>