mirror of
https://github.com/wahyd4/hexo-phase-junv.git
synced 2026-08-09 04:55:53 +10:00
Fixed wrong url of archive page
This commit is contained in:
@@ -33,7 +33,7 @@ if (page.archive){
|
||||
</section><section class="archives"><div class="year"><%= year %></div>
|
||||
<% } %>
|
||||
<article class="archive">
|
||||
<h1 class="title"><a href="<%- config.root %><%- item.permalink %>"><%= item.title %></a></h1>
|
||||
<h1 class="title"><a href="<%- config.root %><%- item.path %>"><%= item.title %></a></h1>
|
||||
<footer>
|
||||
<time datetime="<%= item.date.toDate().toISOString() %>"><%= item.date.format('MMM D') %></time>
|
||||
<% if (item.categories){ %>
|
||||
|
||||
Reference in New Issue
Block a user