diff options
Diffstat (limited to 'layouts')
| -rw-r--r-- | layouts/_default/baseof.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 974affa..d6ad48b 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -7,10 +7,10 @@ <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1"> {{ $css := resources.Match "stylesheets/*.css" | resources.Concat "style.css" | minify | fingerprint }} - <link rel="stylesheet" href="{{ $css.Permalink }}"> + <link type="text/css" rel="stylesheet" href="{{ $css.Permalink }}"> {{ with $.Resources.GetMatch "**.css*" }} {{ $style := . | minify | fingerprint }} - <link type=text/css rel="stylesheet" href="{{ $style.Permalink }}"> + <link type="text/css" rel="stylesheet" href="{{ $style.Permalink }}"> {{ end }} {{- block "head" . }}{{- end }} </head> |
