Skip to content

Commit c7866b6

Browse files
committed
Drop Internet Explorer-specific stuff
This has been there for ages, but is unlikely to be needed: Internet Explorer was retired a long time ago. Besides, Hugo silently removes this, so... Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 81b1cce commit c7866b6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

layouts/_default/baseof.html

-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010
{{- $style := resources.Get "sass/pack.scss" | resources.ExecuteAsTemplate "pack.scss" . | css.Sass | resources.Minify }}
1111
<link rel="stylesheet" href="{{ $style.RelPermalink }}">
1212
<link rel="shortcut icon" href="favicon.ico">
13-
<!--[if lt IE 9]>
14-
<script src="js/html5shiv.js"></script>
15-
<script src="js/respond.js"></script>
16-
<![endif]-->
1713
</head>
1814
<body{{ if ne "home" .Kind }} class="page"{{ end }}>
1915
{{ if eq "home" .Kind -}}

0 commit comments

Comments
 (0)