This commit is contained in:
Madison Scott-Clary
2020-03-01 22:49:54 -08:00
parent 2ece8b806a
commit 901bb1e720
7 changed files with 331 additions and 171 deletions

View File

@ -33,7 +33,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" | resources.ToCSS | resources.Fingerprint "sha256" }}
<link rel="stylesheet" href="{{ $style.Permalink }}">
{{ with .Params.extracss }}
<link rel="stylesheet" href="{{.}}">