From 0efcdee14bddb29026ee583fde35c22e26eef18e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joaqu=C3=ADn=20Ruales?= Date: Sun, 7 Aug 2022 23:50:37 +0000 Subject: Fix relURL regression caused by Hugo 0.101.0 See: gohugoio/hugo#9994 --- layouts/partials/scripts.html | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/layouts/partials/scripts.html b/layouts/partials/scripts.html index 3e36a65..5b338ef 100644 --- a/layouts/partials/scripts.html +++ b/layouts/partials/scripts.html @@ -1,24 +1,24 @@ - - - + + + {{ range .Site.Params.customCSS -}} {{- end }} - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + {{- range .Site.Params.customJS }} -{{- end }} \ No newline at end of file +{{- end }} -- cgit v1.2.3