Compare commits
1 commit
master
...
hugo_0.128
Author | SHA1 | Date | |
---|---|---|---|
47a3ab894e |
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
<!-- Include our own css last -->
|
<!-- Include our own css last -->
|
||||||
{{ $options := dict "targetPath" "custom.css" "outputStyle" "compressed" }}
|
{{ $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 }}"/>
|
<link rel="stylesheet" href="{{ $style.Permalink }}" integrity="{{ $style.Data.Integrity }}"/>
|
||||||
|
|
||||||
{{ partial "opengraph.html" .}}
|
{{ partial "opengraph.html" .}}
|
||||||
|
|
Loading…
Reference in a new issue