fix #128
This commit is contained in:
parent
d3acc66a8f
commit
403095a26b
|
@ -1,9 +1,9 @@
|
|||
<div class='nav-wrap'>
|
||||
<nav class='sub post cap'>
|
||||
<% if (is_home()) { %>
|
||||
<a class='active' href='/'><%- __('btn.recent_publish') %></a>
|
||||
<a class='active' href='<%- url_for("/") %>'><%- __('btn.recent_publish') %></a>
|
||||
<% } else { %>
|
||||
<a href='/'><%- __('btn.recent_publish') %></a>
|
||||
<a href='<%- url_for("/") %>'><%- __('btn.recent_publish') %></a>
|
||||
<% } %>
|
||||
<% if (site.categories && site.categories.length > 0) { %>
|
||||
<% if (page.category) { %>
|
||||
|
|
Loading…
Reference in New Issue