From 8460fdfb752778eaec858fcf2004ca580e2a441b Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 12 Jan 2020 22:36:47 +0100 Subject: [PATCH] fix custom css link --- 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 d895b8e..43b8e3f 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -7,7 +7,7 @@ - + {{ if default true .Site.Params.GeekdocSearch }} {{ .Scratch.Set "geekdocSearchConfig" .Site.Params.GeekdocSearchConfig }}