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

@ -35,7 +35,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 }}
{{ $style := resources.Get "css/main.scss" | css.Sass }}
<link rel="stylesheet" href="{{ $style.Permalink }}">
<link rel="stylesheet" href="/publications/restless-town/main.css" />
</head>