hexo-theme-keep/layout/_partial/toc.ejs

12 lines
262 B
Plaintext
Raw Normal View History

2020-04-21 10:47:36 +08:00
<div class="post-toc-wrap">
<div class="post-toc">
<%- toc(
page.content,
{
class: 'nav',
list_number: theme.toc.number || false
2020-04-21 10:47:36 +08:00
}
) %>
</div>
</div>