From ca4e418a986eb20c10f4a8b02fe1b17632ac6c44 Mon Sep 17 00:00:00 2001 From: Angelo Stavrow Date: Fri, 27 Sep 2019 09:19:51 -0400 Subject: Remove forward-slash URLs in HTML files (#57) --- layouts/partials/head.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'layouts/partials/head.html') diff --git a/layouts/partials/head.html b/layouts/partials/head.html index b6aab03..60cfd32 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -5,11 +5,11 @@ - - - - - + + + + + @@ -20,10 +20,10 @@ - - - {{ if (fileExists "/static/css/custom.css") -}} - + + + {{ if (fileExists "static/css/custom.css") -}} + {{- end }} -- cgit v1.2.3