hugo-theme-stack/layouts/partials/head/style.html
Aman 96c8e4069a separate colors styles from other styles
this change is made to provide easy changes to colors of the theme
2025-03-24 10:24:21 +05:30

3 lines
221 B
HTML

{{- $sass := resources.Get "scss/style.scss" | resources.ExecuteAsTemplate "style.scss" . }}
{{ $style := $sass | toCSS | minify | resources.Fingerprint "sha256" }}
<link rel="stylesheet" href="{{ $style.RelPermalink }}">