mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2024-11-27 12:03:49 +01:00
3 lines
No EOL
185 B
HTML
3 lines
No EOL
185 B
HTML
{{ $sass := resources.Get "scss/style.scss" }}
|
|
{{ $style := $sass | resources.ToCSS | minify | resources.Fingerprint "sha256" }}
|
|
<link rel="stylesheet" href="{{ $style.RelPermalink }}"> |