From 135fcc95f60af73657dcf9c629f8e8c4e2fc8f3e Mon Sep 17 00:00:00 2001 From: Shawn Wilson Date: Tue, 24 Apr 2018 05:29:07 -0400 Subject: [PATCH] Add custom_css parameter. --- layouts/_default/baseof.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 4b47c78..fa70360 100755 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -22,6 +22,9 @@ {{ end }} + {{ range .Site.Params.custom_css }} + + {{ end }} {{ block "favicon" . }} {{ partial "site-favicon.html" . }}