mirror of
https://github.com/wahyd4/hexo-phase-junv.git
synced 2026-08-09 04:55:53 +10:00
Updated for Hexo 2.0
This commit is contained in:
@@ -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; %>
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user