Updated for Hexo 2.0

This commit is contained in:
Tommy Chen
2013-08-24 00:29:22 +08:00
parent bb26c3477f
commit 3c4ea22edf
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ if (page.archive){
<%- partial('pagination') %>
<% } else { %>
<% var this_year; %>
<% page.each(function(item){ %>
<% page.posts.each(function(item){ %>
<% var year = item.date.year(); %>
<% if (this_year != year || !this_year){ %>
<% this_year = year; %>
+1 -1
View File
@@ -14,7 +14,7 @@ font-serif = "Georgia", serif
font-mono = Monaco, Menlo, Consolas, Courier New, monospace
font-title = "Pontano Sans", Helvetica Neue, Helvetica, Arial, sans-serif
@import url(http://fonts.googleapis.com/css?family=Pontano+Sans);
@import url("http://fonts.googleapis.com/css?family=Pontano+Sans");
font-icon = FontAwesome
font-icon-path = 'font/fontawesome-webfont'