We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 842ebf9 commit 2b9d82aCopy full SHA for 2b9d82a
2 files changed
.github/workflows/hugo.yml
@@ -32,7 +32,7 @@ jobs:
32
build:
33
runs-on: ubuntu-latest
34
env:
35
- HUGO_VERSION: 0.127.0
+ HUGO_VERSION: 0.150.0
36
HUGO_ENVIRONMENT: production
37
TZ: America/Los_Angeles
38
steps:
layouts/partials/head.html
@@ -49,7 +49,7 @@
49
crossorigin
50
/>
51
52
-{{ $style := resources.Get "sass/main.sass" | resources.ToCSS | resources.Minify
53
-| resources.Fingerprint }}
+{{ $style := resources.Get "sass/main.sass" | css.Sass | resources.Minify |
+resources.Fingerprint }}
54
<link rel="stylesheet" href="{{$style.RelPermalink}}" />
55
{{- partial "js.html" . -}}
0 commit comments