Don't nest IE conditionals to avoid issues

This commit is contained in:
RichardG867
2021-12-11 15:54:53 -03:00
parent 5d4b041525
commit bd55f3ca73

View File

@@ -32,9 +32,9 @@
<!--[if IE]>
<script src="/assets/js/style-reduced.js"></script>
<link rel="stylesheet" href="/assets/css/style-reduced.css" media="screen">
<!--[if gte IE 5]>
<link rel="stylesheet" href="/assets/css/style-print.css" media="print">
<![endif]-->
<![endif]-->
<!--[if gte IE 5]>
<link rel="stylesheet" href="/assets/css/style-print.css" media="print">
<![endif]-->
<link rel="alternate" type="application/atom+xml" title="Blog posts" href="/feed.xml" />
</head>