⚡ Remove trim blank charsets flag to improve speed.
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<!-- Website icons -->
|
||||
{{- with .Site.Params.favicon }}
|
||||
{{ with .Site.Params.favicon }}
|
||||
<link rel="shortcut icon" type="image/x-icon" href="{{ .icon }}">
|
||||
<link rel="icon" type="image/x-icon" href="{{ .icon }}">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="{{ .small }}">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="{{ .medium }}">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="{{ .appleTouchIcon }}">
|
||||
{{- end }}
|
||||
{{ end }}
|
||||
<!-- Website icons -->
|
||||
Reference in New Issue
Block a user