pref: add animate class name to sidebar-toc

This commit is contained in:
XPoet 2020-04-29 18:52:50 +08:00
parent 9493d3c148
commit dddefec878
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
</div>
<% if ( (theme.magic.enable && !theme.magic.sidebar.enable && theme.toc.enable) || (!theme.magic.enable && theme.toc.enable)) { %>
<div class="article-toc-container">
<div class="article-toc-container fade-in-down-animation">
<%- partial('_partial/sidebar-toc') %>
</div>
<% } %>