|
@@ -21,7 +21,7 @@
|
|
|
<link rel="dns-prefetch" href="//cdn1.lncld.net">
|
|
|
<link rel="dns-prefetch" href="//cdn.jsdelivr.net">
|
|
|
{{ range .AlternativeOutputFormats -}}
|
|
|
- {{ printf `<link rel="%s" type="%s+%s" href="%s" title="%s" />` .Rel .MediaType.Type .MediaType.Suffix .Permalink $.Site.Title | safeHTML }}
|
|
|
+ {{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
|
|
|
{{ end -}}
|
|
|
{{ $style := resources.Get "scss/style.scss" | resources.ToCSS "css/style.css" | minify | fingerprint -}}
|
|
|
<link rel="stylesheet" href="{{ $style.Permalink }}" {{ printf "integrity=%q" $style.Data.Integrity | safeHTMLAttr }}>
|