Add <meta http-equiv="X-UA-Compatible" content="IE=edge"> to prevent versions of IE from rendering in quirks mode (which breaks the docs in IE9).

Close #346.
This commit is contained in:
Christian 2014-02-28 22:51:31 +09:00 коммит произвёл XhmikosR
Родитель 312dd79824
Коммит 02201ec94f
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -1,4 +1,5 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>{{ page.title }}</title>
<meta name="description" content="{{ site.name }}: {{ site.description }}">
<meta name="author" content="{{ site.authors }}">
@ -44,4 +45,4 @@
// $(function() {
// $(window).on('load', function () { new FingerBlast('.body'); });
// });
</script>
</script>