We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
html
1 parent aefd15c commit 76b7e33Copy full SHA for 76b7e33
templates/layout.mustache
@@ -13,9 +13,9 @@
13
<!--[if IE 9]>
14
<html class="no-js ie ie9" lang="en">
15
<![endif]-->
16
-<!--[if gt IE 9]>
+<!--[if (gt IE 9)|!(IE)]><!-->
17
<html class="no-js" lang="en">
18
-<![endif]-->
+<!--<![endif]-->
19
<head>
20
<meta charset="utf-8">
21
<title>{{makeParentTitle}} {{#if title}}- {{title}} {{else}} {{#if name}}- {{name}}{{/if}}{{/if}}</title>
0 commit comments