Skip to content

Commit

Permalink
Stop using deprecated Hugo function resources.ToCSS (#1802)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdaehlie authored Dec 18, 2024
1 parent 626cbb8 commit 2e83317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
gtag("config", "G-XEJKGKMHBK");
</script>

{{ $style := resources.Get "css/main.scss" | resources.ToCSS | minify |
{{ $style := resources.Get "css/main.scss" | css.Sass | minify |
fingerprint "sha512" }}
<link
rel="stylesheet"
Expand Down

0 comments on commit 2e83317

Please sign in to comment.