From 036fe5f55b78bc6796cd60b44c947cc4d9d23f72 Mon Sep 17 00:00:00 2001 From: dsrkafuu Date: Mon, 14 Mar 2022 12:45:24 +0800 Subject: chore: update deps --- layouts/partials/scripts-end.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/partials/scripts-end.html b/layouts/partials/scripts-end.html index ec4cbfe..c901e0d 100644 --- a/layouts/partials/scripts-end.html +++ b/layouts/partials/scripts-end.html @@ -1,12 +1,12 @@ {{ if eq .Section "search" }} - + {{ else if eq .Section "archives" }} {{ else }} - - + + {{ end }} {{ $options := (dict "targetPath" "assets/js/fuji.min.js" "minify" true "target" "es2015" "format" "iife") }} {{ $built := resources.Get "js/fuji.js" | js.Build $options }} -- cgit v1.2.3