From d6801b1c7f9e26a55bb759cd2c13c994cd4babfb Mon Sep 17 00:00:00 2001 From: curben <2809763-curben@users.noreply.gitlab.com> Date: Sun, 25 Aug 2019 22:18:03 +0930 Subject: [PATCH] refactor: remove unused "typo" class * Previously removed in css - bb7dd563224132cf45fe488176a96f6d3a41fea3 --- 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 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 %>