Major website overhaul
This commit is contained in:
9
etc/ghost/themes/casper/partials/pagination.hbs
Executable file
9
etc/ghost/themes/casper/partials/pagination.hbs
Executable file
@@ -0,0 +1,9 @@
|
||||
<nav class="pagination">
|
||||
{{#if prev}}
|
||||
<a rel="next" class="posts newer btn small" href="{{page_url prev}}#open">← Newer Posts</a>
|
||||
{{/if}}
|
||||
<span class="posts index">Page {{page}} of {{pages}}</span>
|
||||
{{#if next}}
|
||||
<a rel="prev" class="posts older btn small" href="{{page_url next}}#open">Older Posts →</a>
|
||||
{{/if}}
|
||||
</nav>
|
||||
Reference in New Issue
Block a user