From 269713b589a6fc304304723f3febf2b0448a1705 Mon Sep 17 00:00:00 2001 From: Arnab Kumar Shil Date: Sun, 30 Dec 2018 12:49:24 +0600 Subject: Add custom css support (#21) --- layouts/_default/baseof.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'layouts/_default/baseof.html') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 5f7e408..0a4bd7b 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -25,6 +25,9 @@ {{ $style := resources.Get "scss/style.scss" | resources.ExecuteAsTemplate "css/style.css" . | toCSS | minify | fingerprint -}} {{ block "head" . -}}{{- end }} + {{ range .Site.Params.CustomCSS -}} + + {{- end }} -- cgit v1.2.3