Skip to content

Commit 9f8a1f5

Browse files
committed
refactor: move css
1 parent 890a7bf commit 9f8a1f5

File tree

6 files changed

+1
-1
lines changed

6 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

layouts/partials/head/_resources.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- Load Shared SCSS -->
2-
{{- $sharedSCSS := resources.Get "scss/shared/shared.scss" -}}
2+
{{- $sharedSCSS := resources.Get "scss/blog.scss" -}}
33
{{- $sharedSCSS := $sharedSCSS | resources.ToCSS (dict "outputStyle" "compressed" "includePaths" (slice "assets")) -}}
44
{{- $sharedSCSS := $sharedSCSS | resources.ExecuteAsTemplate "main.scss" . -}}
55

0 commit comments

Comments
 (0)