12 lines
304 B
Plaintext
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>
|