Add IE=Edge to meta to fix broken SVGs on IE11

This commit is contained in:
Ryan Watters 2017-03-14 12:39:01 -05:00
parent b87eed3ed8
commit 7071026dee

View File

@ -1,5 +1,6 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
{{$st := .Site.Title}}
{{- if eq .Section "functions" -}}
<title>{{.LinkTitle}} | {{$st}}</title>