diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 48661d0..05e2527 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -4,6 +4,7 @@ {{ if not .IsHome }}{{ with .Title }}{{ . }} | {{ end }}{{ end }}{{ site.Title }} + {{- $styles := (resources.Get "styles.css") | minify }} {{- $chromastyles := (resources.Get "chromastyles.css") | minify }} @@ -26,4 +27,4 @@ window.addEventListener('load', () => { quicklink.listen(); }); - \ No newline at end of file +