From 0427f9f5af9d2a7f7c9aa964e3b46d1b7f85a154 Mon Sep 17 00:00:00 2001 From: MaikelChan Date: Sun, 7 May 2023 06:49:40 +0200 Subject: [PATCH] Fixed zoom library not being found if site is in a subfolder. --- layouts/partials/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 34a89492..14114599 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -73,7 +73,7 @@ integrity="{{ $bundleJS.Data.Integrity }}" data-copy="{{ i18n " code.copy" }}" data-copied="{{ i18n " code.copied" }}"> {{ end }} - + {{/* Icons */}} {{ if templates.Exists "partials/favicons.html" }} {{ partialCached "favicons.html" .Site }}