update deprecated CSS method
This commit is contained in:
parent
ce04fb3aee
commit
e1ee373e98
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
<link href="/css/sanitize.css" rel="stylesheet" />
|
<link href="/css/sanitize.css" rel="stylesheet" />
|
||||||
{{- $sass := resources.Get "css/main.scss" }}
|
{{- $sass := resources.Get "css/main.scss" }}
|
||||||
{{- $style := $sass | resources.ToCSS | resources.Fingerprint }}
|
{{- $style := $sass | css.Sass | resources.Fingerprint }}
|
||||||
<link rel="stylesheet" type="text/css" href="{{ $style.RelPermalink }}" integrity="{{ $style.Data.Integrity | html }}">
|
<link rel="stylesheet" type="text/css" href="{{ $style.RelPermalink }}" integrity="{{ $style.Data.Integrity | html }}">
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Reference in a new issue