Merge branch 'master' into canary

This commit is contained in:
Jimmy Cai
2024-09-09 14:00:11 +02:00
13 changed files with 168 additions and 8 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
{{ $sass := resources.Get "scss/style.scss" }}
{{ $style := $sass | resources.ToCSS | minify | resources.Fingerprint "sha256" }}
{{ $style := $sass | toCSS | minify | resources.Fingerprint "sha256" }}
<link rel="stylesheet" href="{{ $style.RelPermalink }}">