Move custom.css from the theme to the root

This commit is contained in:
Eryn Wells 2021-10-05 08:30:23 -07:00
parent 870b76d94d
commit 9affe7b4cc
2 changed files with 12 additions and 1 deletions

View file

@ -18,7 +18,7 @@
<!-- Styles & Scripts -->
{{ $app_css := resources.Get "app.css" }}
<!---->
{{ $custom_css := resources.Get "custom.css" }}
{{ $custom_css := resources.Get "style.css" }}
<!---->
{{ $css := slice $app_css $custom_css | resources.Concat "app.css" | minify }}
<link rel="preload stylesheet" as="style" href="{{ $css.Permalink }}" />