This website requires JavaScript.
Explore
Help
Sign In
last2014
/
blog
Watch
1
Star
0
Fork
You've already forked blog
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
df3991fd56
blog
/
themes
/
next
/
layout
/
_partials
/
pagination.njk
6 lines
109 B
Plaintext
Raw
Blame
History
{%- if page.prev or page.next %}
<nav class="pagination">
{{ next_paginator() }}
</nav>
{%- endif %}
Reference in New Issue
View Git Blame
Copy Permalink