From 27903b3fd8c374e70d61125fd46cf5bf13badc5c Mon Sep 17 00:00:00 2001 From: curben Date: Fri, 21 Sep 2018 15:09:40 +0930 Subject: [PATCH] Don't display list number in article's table of contents --- themes/typing/layout/_partial/article.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/typing/layout/_partial/article.ejs b/themes/typing/layout/_partial/article.ejs index 2e575aa..ab7e3d3 100644 --- a/themes/typing/layout/_partial/article.ejs +++ b/themes/typing/layout/_partial/article.ejs @@ -17,7 +17,7 @@

<% } %> <% } else { %> - <%- toc(page.content) %> + <%- toc(page.content, {list_number: false}) %> <%- post.content %> <% } %>