Don't display list number

in article's table of contents
This commit is contained in:
curben 2018-09-21 15:09:40 +09:30
parent 1b1de4c52d
commit 27903b3fd8
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
</p> </p>
<% } %> <% } %>
<% } else { %> <% } else { %>
<%- toc(page.content) %> <%- toc(page.content, {list_number: false}) %>
<%- post.content %> <%- post.content %>
<% } %> <% } %>
</div> </div>