Statically define the social icons

This commit is contained in:
Eryn Wells 2021-10-10 19:58:55 -07:00
parent 045908410a
commit d4b977b1ee
3 changed files with 9 additions and 21 deletions

View file

@ -17,9 +17,7 @@
<!-- Styles & Scripts -->
{{ $app_css := resources.Get "app.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 }}" />