Skip to content
Snippets Groups Projects
Commit 39d77f9e authored by Xavier Morel's avatar Xavier Morel
Browse files

[FIX] doc: viewport meta missing

parent 2cfd7182
No related branches found
No related tags found
No related merge requests found
......@@ -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 }}"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment