mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-02-06 20:03:31 +08:00
3 lines
175 B
HTML
3 lines
175 B
HTML
{{ $sass := resources.Get "scss/style.scss" }}
|
|
{{ $style := $sass | toCSS | minify | resources.Fingerprint "sha256" }}
|
|
<link rel="stylesheet" href="{{ $style.RelPermalink }}"> |