diff --git a/themes/yilia/_config.yml b/themes/yilia/_config.yml
index 4be39a7..46aa345 100644
--- a/themes/yilia/_config.yml
+++ b/themes/yilia/_config.yml
@@ -114,4 +114,4 @@ friends:
友情链接5: http://localhost:6603/
友情链接6: http://localhost:6603/
-aboutme: 很惭愧
只做了一点微小的工作
谢谢大家
\ No newline at end of file
+aboutme: 愿你最终能接纳每一面每一种的自己
独自活着便是团圆
\ No newline at end of file
diff --git a/themes/yilia/layout/_partial/article.ejs b/themes/yilia/layout/_partial/article.ejs
index 5ef7192..60fd3ea 100644
--- a/themes/yilia/layout/_partial/article.ejs
+++ b/themes/yilia/layout/_partial/article.ejs
@@ -62,7 +62,6 @@
<%= __('show_full_text') %> >>
<% } %>
-
<% if (!index && theme.share_jia){ %>
<%- partial('post/share') %>
<% } %>
diff --git a/themes/yilia/layout/_partial/head.ejs b/themes/yilia/layout/_partial/head.ejs
index def14ec..40a78d3 100644
--- a/themes/yilia/layout/_partial/head.ejs
+++ b/themes/yilia/layout/_partial/head.ejs
@@ -4,10 +4,8 @@
<%
var title = page.title;
-
if (is_archive()){
title = 'Archives';
-
if (is_month()){
title += ': ' + page.year + '/' + page.month;
} else if (is_year()){
@@ -34,10 +32,9 @@
<%- css('css/main.css') %>
<%- css('css/extra.css') %>
<%- partial('google-analytics') %>
<%- partial('baidu-analytics') %>
diff --git a/themes/yilia/layout/_partial/left-col.ejs b/themes/yilia/layout/_partial/left-col.ejs
index 7ea2cec..16123bb 100644
--- a/themes/yilia/layout/_partial/left-col.ejs
+++ b/themes/yilia/layout/_partial/left-col.ejs
@@ -20,11 +20,11 @@