This repository has been archived on 2024-12-22. You can view files and clone it, but cannot push or open issues or pull requests.
waifulog_old/themes/hugo-theme-stack/layouts/partials/head/style.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 }}">