hexo-theme-ayer/layout/_partial/post/tocbot.ejs
2019-12-03 19:37:44 +08:00

7 lines
104 B
Plaintext

<% if (post.toc != false && toc(page.content).length!==0){ %>
<div class="tocbot"></div>
<% } %>