From 10c67230a6be4c5dcfffedd5e8289a6ca1e26c94 Mon Sep 17 00:00:00 2001 From: Marcell Mars Date: Sun, 13 Sep 2020 01:58:45 +0200 Subject: [PATCH] js.build should give sandpoints.js relpermalink to work for _preview... --- themes/sandpoints/layouts/partials/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/sandpoints/layouts/partials/head.html b/themes/sandpoints/layouts/partials/head.html index 47d9745..0f7804e 100644 --- a/themes/sandpoints/layouts/partials/head.html +++ b/themes/sandpoints/layouts/partials/head.html @@ -29,6 +29,6 @@ {{ $sjsopts := dict "targetPath" "js/sandpoints.js" "minify" "true"}} {{ $sjs := resources.Get "js/sandpoints.js" | js.Build $sjsopts }} - + {{ block "title" . }}{{- .Title }} - {{ .Site.Title -}}{{ end }}