From 6b8aedbb7b2954ae50b6d6c90f1dd09c8f1195c4 Mon Sep 17 00:00:00 2001 From: mark Date: Sat, 20 Apr 2024 09:33:19 +0800 Subject: [PATCH] =?UTF-8?q?bugfix:=20=E8=A7=A3=E5=86=B3js=20path=E4=B8=8D?= =?UTF-8?q?=E6=AD=A3=E7=A1=AE=E5=AF=BC=E8=87=B4=E4=BE=A7=E8=BE=B9=E6=A0=8F?= =?UTF-8?q?=E4=B8=8D=E5=8F=AF=E7=94=A8=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layout/_script/libs.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/_script/libs.ejs b/layout/_script/libs.ejs index 26cf445f..9ad84dd9 100644 --- a/layout/_script/libs.ejs +++ b/layout/_script/libs.ejs @@ -12,6 +12,6 @@ fancybox: fancybox_js, <% for (var lib in js_libs) { %> <% if (lib) { %> - + <% } %> <% } %>