Merge branch 'main' into feat/Add_default_theme_feature

This commit is contained in:
JY Hsu 2024-09-01 14:00:13 +08:00
commit 18927bf85d
10 changed files with 274 additions and 208 deletions

View file

@ -7,5 +7,5 @@
{{- $scss := $template | resources.ExecuteAsTemplate "styles/application.scss" . -}}
{{/* Bundle application.scss */}}
{{- $bundle := $scss | resources.ToCSS $options | fingerprint -}}
{{- $bundle := $scss | css.Sass $options | fingerprint -}}
<link rel="stylesheet" href="{{ $bundle.RelPermalink }}" integrity="{{ $bundle.Data.Integrity }}" />