Update cover previews

This commit is contained in:
Madison Rye Progress
2025-01-19 15:23:08 -08:00
parent 3d95ba3745
commit 4fbaf26d2c
6 changed files with 31 additions and 22 deletions

View File

@ -32,7 +32,7 @@
<!-- Font Awesome -->
<link rel="stylesheet" href="/assets/fonts/font-awesome/css/font-awesome.min.css">
<!-- Styles -->
{{ $style := resources.Get "css/main.scss" | resources.ToCSS | resources.Fingerprint "sha256" }}
{{ $style := resources.Get "css/main.scss" | css.Sass | resources.Fingerprint "sha256" }}
<link rel="stylesheet" href="{{ $style.Permalink }}">
{{ with .Params.extracss }}
<link rel="stylesheet" href="{{.}}">