Skip to content
Snippets Groups Projects
Commit bea89e87 authored by squidfunk's avatar squidfunk Committed by Martin Donath
Browse files

Provide x-ua-compatible tag for IE compatibility

parent 32f6d63a
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@
{% block site_meta %}
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta http-equiv="x-ua-compatible" content="ie=edge">
{% if page and page.meta.description %}
<meta name="description" content="{{ page.meta.description | first }}">
{% elif config.site_description %}
......
......@@ -31,6 +31,9 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Keep for compatibility, see http://bit.ly/2tMB6ag -->
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<!-- Page description -->
{% if page and page.meta.description %}
<meta name="description"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment