diff --git a/themes/hexo-theme-Tsu/_config.yml b/themes/hexo-theme-Tsu/_config.yml
index 057c129..3cf5a59 100644
--- a/themes/hexo-theme-Tsu/_config.yml
+++ b/themes/hexo-theme-Tsu/_config.yml
@@ -3,10 +3,11 @@ menu:
Archives: /archives
About: /about/
#If you dont want it, just comment it out
-weibo: yourweibo
-github: yourgithub
-linkedin: yourlinkedin
-email: mailto:youremail
+twitter: https://twitter.com/omgdanieltam
+git: https://git.dtam.pw
+github: https://github.com/omgdanieltam
+linkedin: https://www.linkedin.com/in/danieltam-net/
+email: mailto:daniel@danieltam.net
#Put into /source
avator: avator.jpg
diff --git a/themes/hexo-theme-Tsu/layout/_partials/head.ejs b/themes/hexo-theme-Tsu/layout/_partials/head.ejs
index beae1b3..9aaea1e 100644
--- a/themes/hexo-theme-Tsu/layout/_partials/head.ejs
+++ b/themes/hexo-theme-Tsu/layout/_partials/head.ejs
@@ -19,3 +19,4 @@ if (is_archive()){
<% if (title){ %><%= title %> | <% } %><%= config.title %>
<%- css('styles/main') %>
+
diff --git a/themes/hexo-theme-Tsu/layout/_partials/posts.ejs b/themes/hexo-theme-Tsu/layout/_partials/posts.ejs
index 031f3a7..7b8eece 100644
--- a/themes/hexo-theme-Tsu/layout/_partials/posts.ejs
+++ b/themes/hexo-theme-Tsu/layout/_partials/posts.ejs
@@ -9,7 +9,7 @@
<% if (post.excerpt){ %>
<%- post.excerpt %>
- 阅读全文
+ Read more
<% } else { %>
<%- post.content %>
diff --git a/themes/hexo-theme-Tsu/layout/_partials/side-bar.ejs b/themes/hexo-theme-Tsu/layout/_partials/side-bar.ejs
index f23c94d..92f2ec0 100644
--- a/themes/hexo-theme-Tsu/layout/_partials/side-bar.ejs
+++ b/themes/hexo-theme-Tsu/layout/_partials/side-bar.ejs
@@ -8,10 +8,11 @@
<%= config.author %>
<%- partial('_partials/tags') %>
diff --git a/themes/hexo-theme-Tsu/source/avator.jpg b/themes/hexo-theme-Tsu/source/avator.jpg
index 074dfcc..19a5166 100644
Binary files a/themes/hexo-theme-Tsu/source/avator.jpg and b/themes/hexo-theme-Tsu/source/avator.jpg differ