This commit is contained in:
parent
c13b9e34dc
commit
47a3ab894e
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
<!-- Include our own css last -->
|
||||
{{ $options := dict "targetPath" "custom.css" "outputStyle" "compressed" }}
|
||||
{{ $style := resources.Get "/sass/custom.css" | resources.ToCSS $options | resources.Fingerprint }}
|
||||
{{ $style := resources.Get "/sass/custom.css" | css.Sass $options | resources.Fingerprint }}
|
||||
<link rel="stylesheet" href="{{ $style.Permalink }}" integrity="{{ $style.Data.Integrity }}"/>
|
||||
|
||||
{{ partial "opengraph.html" .}}
|
||||
|
|
Loading…
Reference in a new issue