Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.

Commit 2de6f26

Browse files
committed
Fix CI
1 parent 274616d commit 2de6f26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/makedeb/layouts/partials/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{{ end }}
77
<meta name="description" content="{{ .Site.Params.site_desc }}.">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
9-
{{ $style := resources.Get "scss/main.scss" | resources.ToCSS | resources.Minify | resources.Fingerprint }}
9+
{{ $style := resources.Get "scss/main.scss" | css.Sass | resources.Minify | resources.Fingerprint }}
1010
<link rel="icon" type="image/x-icon" href="/media/makedeb-logo.svg">
1111
<link rel="stylesheet" href="{{ $style.Permalink }}">
1212

0 commit comments

Comments
 (0)