Skip to content

Commit ec4d0cd

Browse files
silverwindlafriksjolheiserzeripathguillep2k
authored
Remove svg preload (#10654)
It triggers a warning in the Chrome console about it being unused, so I think preloading of SVG assets may not be supported properly in current browsers. Co-authored-by: Lauris BH <[email protected]> Co-authored-by: John Olheiser <[email protected]> Co-authored-by: zeripath <[email protected]> Co-authored-by: guillep2k <[email protected]>
1 parent d665764 commit ec4d0cd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

templates/base/head.tmpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@
103103
<link rel="stylesheet" href="{{StaticUrlPrefix}}/vendor/assets/font-awesome/css/font-awesome.min.css">
104104
<link rel="preload" as="font" href="{{StaticUrlPrefix}}/fomantic/themes/default/assets/fonts/icons.woff2" type="font/woff2" crossorigin="anonymous">
105105
<link rel="preload" as="font" href="{{StaticUrlPrefix}}/fomantic/themes/default/assets/fonts/outline-icons.woff2" type="font/woff2" crossorigin="anonymous">
106-
<link rel="preload" as="image" href="{{StaticUrlPrefix}}/img/svg/icons.svg">
107106
{{if .RequireSimpleMDE}}
108107
<link rel="stylesheet" href="{{StaticUrlPrefix}}/vendor/plugins/simplemde/simplemde.min.css">
109108
{{end}}

0 commit comments

Comments
 (0)