diff --git a/themes/typing/layout/_partial/article.ejs b/themes/typing/layout/_partial/article.ejs index 8a5a0e8..1c38042 100644 --- a/themes/typing/layout/_partial/article.ejs +++ b/themes/typing/layout/_partial/article.ejs @@ -11,7 +11,7 @@ <% if (post.excerpt) { %>

<%- post.excerpt %>

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