mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-18 20:54:38 -04:00
Add IE=Edge to meta to fix broken SVGs on IE11
This commit is contained in:
parent
b87eed3ed8
commit
7071026dee
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user