|
@@ -2,7 +2,7 @@
|
|
|
<nav id="article-nav">
|
|
|
<% if (post.prev){ %>
|
|
|
<a href="<%- url_for(post.prev.path) %>" id="article-nav-newer" class="article-nav-link-wrap">
|
|
|
- <strong class="article-nav-caption">Newer</strong>
|
|
|
+ <strong class="article-nav-caption"><%= __('nav.newer') %></strong>
|
|
|
<div class="article-nav-title">
|
|
|
<% if (post.prev.title){ %>
|
|
|
<%= post.prev.title %>
|
|
@@ -14,9 +14,9 @@
|
|
|
<% } %>
|
|
|
<% if (post.next){ %>
|
|
|
<a href="<%- url_for(post.next.path) %>" id="article-nav-older" class="article-nav-link-wrap">
|
|
|
- <strong class="article-nav-caption">Older</strong>
|
|
|
+ <strong class="article-nav-caption"><%= __('nav.older') %></strong>
|
|
|
<div class="article-nav-title"><%= post.next.title %></div>
|
|
|
</a>
|
|
|
<% } %>
|
|
|
</nav>
|
|
|
-<% } %>
|
|
|
+<% } %>
|