We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef19f9d commit c88f906Copy full SHA for c88f906
.github/workflows/pages.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Setup Hugo
18
uses: peaceiris/actions-hugo@v2
19
with:
20
- hugo-version: "latest"
+ hugo-version: "0.147.0"
21
extended: true
22
23
- name: Build
layouts/partials/head_includes.html
@@ -1,6 +1,6 @@
1
{{ $sassOpts := (dict "targetPath" "styles.min.css" "outputStyle" "compressed" ) }}
2
{{ $sass := resources.Get "sass/drs.scss" }}
3
-{{ $style := $sass | resources.ToCSS $sassOpts }}
+{{ $style := $sass | css.Sass $sassOpts }}
4
<link rel="stylesheet" href="{{ $style.Permalink }}" />
5
6
<link rel="shortcut icon" sizes="48x48" href="/img/favicon.ico">
0 commit comments