From cfbd40cd86bf43a4a6152a4c3d25d85dc2326880 Mon Sep 17 00:00:00 2001
From: nickjwhite <github@njw.name>
Date: Wed, 03 Jun 2020 14:16:59 +0000
Subject: [PATCH] Fix relURL for custom_css (#252)

---
 layouts/_default/baseof.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 67f1415..09622d4 100755
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -20,7 +20,7 @@
     {{ end }}
 
     {{ range .Site.Params.custom_css }}
-      <link rel="stylesheet" href="{{ relURL ($.Site.BaseURL) }}{{ . }}">
+      <link rel="stylesheet" href="{{ relURL (.) }}">
     {{ end }}
 
     {{ block "favicon" . }}

--
Gitblit v1.10.0