You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
331 B

5 years ago
<% if(page.layout == 'post' && page.content && toc(page.content).length > 0){ %>
5 years ago
<section class='widget toc-wrapper'>
4 years ago
<%- partial('header', {item: item}) %>
6 years ago
<div class='content <%= theme.style %>'>
4 years ago
<%- toc(page.content, {list_number: item.list_number, max_depth: item.max_depth}) %>
6 years ago
</div>
</section>
6 years ago
<% } %>