diff --git a/themes/yilia/layout/_partial/article.ejs b/themes/yilia/layout/_partial/article.ejs index 1f98f3d..9f00f97 100644 --- a/themes/yilia/layout/_partial/article.ejs +++ b/themes/yilia/layout/_partial/article.ejs @@ -15,8 +15,16 @@ <% } else { %> <% if (!page.pageid){ %>
-
总字数 <%= wordcount(post.content) %>
| -
预计阅读时间 <%= min2read(post.content) %> 分钟
+
+ + 总字数 + <%= wordcount(post.content) %> +
| +
+ + 预计阅读时间 + <%= min2read(post.content) %> 分钟 +
<% } %> <%- post.content %> @@ -31,7 +39,7 @@ -

<%= theme.reward_wording%>

+

<%= theme.reward_wording%>

<% if(theme.alipay) {%>
@@ -57,7 +65,7 @@