mirror of https://github.com/juliancwirko/abc.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
322 B
8 lines
322 B
10 years ago
|
<nav class="pagination" role="navigation">
|
||
|
{{#if prev}}
|
||
|
<a class="newer-posts" href="{{page_url prev}}"><i class="fa fa-chevron-left"></i> Newer Posts</a>
|
||
|
{{/if}}
|
||
|
{{#if next}}
|
||
|
<a class="older-posts" href="{{page_url next}}">Older Posts <i class="fa fa-chevron-right"></i></a>
|
||
|
{{/if}}
|
||
|
</nav>
|