From df0d0bf24e800634b87c9beceb4093e6b5ac2ae6 Mon Sep 17 00:00:00 2001
From: amzrk2
Date: Fri, 18 Sep 2020 16:34:43 +0800
Subject: update: lib dependencies
---
layouts/partials/scripts-end.html | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
(limited to 'layouts/partials')
diff --git a/layouts/partials/scripts-end.html b/layouts/partials/scripts-end.html
index 9cc5052..2a2f316 100644
--- a/layouts/partials/scripts-end.html
+++ b/layouts/partials/scripts-end.html
@@ -1,10 +1,10 @@
{{ 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