From ea471a004c6d8089d8cf055a9435bf3a022ff3a6 Mon Sep 17 00:00:00 2001 From: Shea Polansky Date: Wed, 18 Sep 2019 23:34:20 -0700 Subject: [PATCH] Update font-awesome --- layouts/partials/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 25fb413..4ce4956 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -18,7 +18,7 @@ {{ $syntaxHighlight := resources.Get "css/syntax-highlight.css" }} {{ $css := slice $style $markdown $syntaxHighlight | resources.Concat "style.css" | resources.Minify | resources.Fingerprint }} - + {{ range .Site.Params.custom_css }}