Add Source Sans CSS file
This commit is contained in:
parent
4a19be242f
commit
545d57eb59
@ -23,7 +23,9 @@
|
|||||||
{{ $noscript := resources.Get "sass/noscript.scss" | resources.ExecuteAsTemplate "noscript.scss" . | toCSS (dict "targetPath" "css/noscript.css" "enableSourceMap" false) }}
|
{{ $noscript := resources.Get "sass/noscript.scss" | resources.ExecuteAsTemplate "noscript.scss" . | toCSS (dict "targetPath" "css/noscript.css" "enableSourceMap" false) }}
|
||||||
<noscript><link rel="stylesheet" href="{{ ($noscript | minify).RelPermalink }}" /></noscript>
|
<noscript><link rel="stylesheet" href="{{ ($noscript | minify).RelPermalink }}" /></noscript>
|
||||||
{{end}}
|
{{end}}
|
||||||
|
{{ with resources.Get "css/source-sans.css" | minify | fingerprint }}
|
||||||
|
<link rel="stylesheet" href="{{ .RelPermalink }}" integrity="{{ .Data.Integrity }}" crossorigin="anonymous">
|
||||||
|
{{ end }}
|
||||||
<!-- FontAwesome CSS -->
|
<!-- FontAwesome CSS -->
|
||||||
{{ range .Site.Params.asset.fontawesome_css -}}
|
{{ range .Site.Params.asset.fontawesome_css -}}
|
||||||
<link rel="stylesheet" href="{{ . | absURL }}">
|
<link rel="stylesheet" href="{{ . | absURL }}">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user