From 1fa0c6cd4c93d37cb1aca86318476fa3b21c2b77 Mon Sep 17 00:00:00 2001
From: 135e2 <135e2@135e2.tk>
Date: Thu, 13 Oct 2022 00:55:39 +0800
Subject: fix: check Chapter type
... to avoid the following error (while we don't have chapters):
Uncaught ReferenceError: Chapter is not defined
---
layout/_partial/scripts.ejs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'layout/_partial')
diff --git a/layout/_partial/scripts.ejs b/layout/_partial/scripts.ejs
index 5eeac9e..61aece8 100644
--- a/layout/_partial/scripts.ejs
+++ b/layout/_partial/scripts.ejs
@@ -46,7 +46,7 @@
- <% } %>
+ <% } %>
<% } %>
--
cgit v1.2.3