diff --git a/themes/yilia/layout/_partial/article.ejs b/themes/yilia/layout/_partial/article.ejs
index 9f00f97..1b5fdb5 100644
--- a/themes/yilia/layout/_partial/article.ejs
+++ b/themes/yilia/layout/_partial/article.ejs
@@ -19,7 +19,7 @@
总字数
<%= wordcount(post.content) %>
- |
+
预计阅读时间
diff --git a/themes/yilia/layout/_partial/aside.ejs b/themes/yilia/layout/_partial/aside.ejs
index e54061b..870a544 100644
--- a/themes/yilia/layout/_partial/aside.ejs
+++ b/themes/yilia/layout/_partial/aside.ejs
@@ -10,7 +10,7 @@
<% } %>
- <% if (!index && ((theme.toc === 1 && post.toc) || theme.toc === 2)){ %>
+ <% if (is_post() && ((theme.toc === 1 && post.toc) || theme.toc === 2)){ %>