From eb2b29cba056000810cd8b90fd4c741a2183a512 Mon Sep 17 00:00:00 2001 From: Alexandre Vicenzi Date: Mon, 15 Jun 2020 20:00:52 +0200 Subject: Use relative URL if possible --- layouts/_default/baseof.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'layouts/_default/baseof.html') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 194b19a..6de94f0 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -17,21 +17,21 @@ + href="{{ `css/poole.css` | relURL }}"> + href="{{ `css/hyde.css` | relURL }}"> {{ partial "theme-color.html" . }} {{ range $.Site.Params.customCss -}} - + {{- end}} {{ range $.Site.Params.customJs -}} - + {{- end}} {{ template "_internal/google_analytics_async.html" . }} -- cgit v1.2.1