From dddefec8784117eac46ad6efe9bd0c9b6892f95e Mon Sep 17 00:00:00 2001 From: XPoet Date: Wed, 29 Apr 2020 18:52:50 +0800 Subject: [PATCH] pref: add animate class name to sidebar-toc --- layout/article-content.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/article-content.ejs b/layout/article-content.ejs index 061ec1c..abbb45c 100644 --- a/layout/article-content.ejs +++ b/layout/article-content.ejs @@ -35,7 +35,7 @@ <% if ( (theme.magic.enable && !theme.magic.sidebar.enable && theme.toc.enable) || (!theme.magic.enable && theme.toc.enable)) { %> -
+
<%- partial('_partial/sidebar-toc') %>
<% } %> \ No newline at end of file