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

12 lines
304 B
Plaintext

<div class="post-toc-wrap">
<div class="post-toc">
<%- toc(
page.content,
{
class: 'nav',
list_number: theme.toc.number,
max_depth: theme.toc.max_depth
}
) %>
</div>
</div>