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