diff --git a/layouts/home.html b/layouts/home.html index 10c4558..1236513 100644 --- a/layouts/home.html +++ b/layouts/home.html @@ -5,7 +5,7 @@ {{ $style := resources.Get "css/main.scss" | toCSS | minify | fingerprint }} - + {{ if .Site.Params.useFontAwesome }} @@ -13,7 +13,7 @@ {{ range .Site.Params.css }} {{ $style := resources.Get (printf "css/%s" .) }} {{ if $style }} - + {{ end }} {{ end }} {{ .Site.Title }}