From 8a286dd90d95c32dff42c1a0ea21139b4d636bce Mon Sep 17 00:00:00 2001 From: Francis Barton Date: Sat, 7 Nov 2020 04:10:30 +0000 Subject: [PATCH] Fix typo (ref -> href) (#17) Thanks @VictorBersy https://github.com/athul/archie/pull/15#issuecomment-714503130 --- layouts/partials/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 2884897..6260cd2 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -52,7 +52,7 @@ {{- if isset .Site.Params "customcss" }} {{ range .Site.Params.customCSS }} - + {{ end }} {{- end -}} {{- range .Site.Params.customJS }}