pref: add animate class name to sidebar-toc
This commit is contained in:
parent
9493d3c148
commit
dddefec878
|
@ -35,7 +35,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<% if ( (theme.magic.enable && !theme.magic.sidebar.enable && theme.toc.enable) || (!theme.magic.enable && theme.toc.enable)) { %>
|
<% 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') %>
|
<%- partial('_partial/sidebar-toc') %>
|
||||||
</div>
|
</div>
|
||||||
<% } %>
|
<% } %>
|
Loading…
Reference in New Issue