diff --git a/README.md b/README.md
index 2b1d5ef..e301161 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
#Icarus
### The blog theme you may fall in love with, coming to Hexo. [Preview](http://ppoffice.github.io/hexo-theme-icarus/)
-
+
## Installation
@@ -115,13 +115,13 @@ language: zh-CN
A nice place to show yourself. You can add your own information in your site's `_config.yml`
-
+
### Responsive Layout
Icarus knows on what screen size you are browsering the website, and reorganize the layout to fit your device.
-
+
### Fancybox
diff --git a/layout/_partial/archive.ejs b/layout/_partial/archive.ejs
index efe1234..64c98de 100644
--- a/layout/_partial/archive.ejs
+++ b/layout/_partial/archive.ejs
@@ -15,20 +15,20 @@
<% page.posts.each(function(post, i){ %>
<% var year = post.date.year(); %>
<% if (last != year){ %>
- <% if (last != null){ %>
-
- <% } %>
<% last = year; %>
-