mirror of
https://github.com/wahyd4/hexo-phase-junv.git
synced 2026-08-10 05:25:56 +10:00
9 lines
324 B
Plaintext
9 lines
324 B
Plaintext
<nav id="pagenavi">
|
|
<% if (page.prev){ %>
|
|
<a href="<%- config.root %><%- page.prev_link %>" class="alignleft prev"><%= __('prev') %></a>
|
|
<% } %>
|
|
<% if (page.next){ %>
|
|
<a href="<%- config.root %><%- page.next_link %>" class="alignright next"><%= __('next') %></a>
|
|
<% } %>
|
|
<div class="clearfix"></div>
|
|
</nav> |