Skip to content

Commit 35d1642

Browse files
committed
fix deprecation
1 parent f26e392 commit 35d1642

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

layouts/partials/head/_resources.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<!-- Load Shared SCSS -->
22
{{- $sharedSCSS := resources.Get "scss/blog.scss" -}}
3-
{{- $sharedSCSS := $sharedSCSS | resources.ToCSS (dict "outputStyle" "compressed" "includePaths" (slice "assets")) -}}
4-
{{- $sharedSCSS := $sharedSCSS | resources.ExecuteAsTemplate "main.scss" . -}}
3+
{{- $sharedSCSS := $sharedSCSS | css.Sass (dict "outputStyle" "compressed" "includePaths" (slice "assets")) -}}
54

65
<!-- Load Shared JS -->
76
{{- $sharedJS := resources.Get "js/blog.js" -}}

0 commit comments

Comments
 (0)