diff --git a/themes/typing/layout/_partial/article.ejs b/themes/typing/layout/_partial/article.ejs index 9954f85..62ec185 100644 --- a/themes/typing/layout/_partial/article.ejs +++ b/themes/typing/layout/_partial/article.ejs @@ -1,17 +1,17 @@ -
+
<%- partial('_partial/header') %>
-
+
<%- partial('post/gallery') %> <% if (post.link || post.title) { %>
- <%- partial('post/title', {class_name: 'entry-title article-title'}) %> + <%- partial('post/title', {class_name: 'p-name entry-title article-title'}) %>
<% } %> <% if (post.subtitle) { %> -

<%- post.subtitle %>

+

<%- post.subtitle %>

<% } %> -
+
<%- toc(page.content, {list_number: false}) %> <%- post.content %>
diff --git a/themes/typing/layout/_partial/post/category.ejs b/themes/typing/layout/_partial/post/category.ejs index 19005de..00f5371 100644 --- a/themes/typing/layout/_partial/post/category.ejs +++ b/themes/typing/layout/_partial/post/category.ejs @@ -2,7 +2,7 @@