mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2024-11-23 10:21:46 +01:00
3 lines
No EOL
175 B
HTML
3 lines
No EOL
175 B
HTML
{{ $sass := resources.Get "scss/style.scss" }}
|
|
{{ $style := $sass | toCSS | minify | resources.Fingerprint "sha256" }}
|
|
<link rel="stylesheet" href="{{ $style.RelPermalink }}"> |