Skip to content

Instantly share code, notes, and snippets.

@jeffikus
Created September 20, 2013 13:13
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeffikus/6637331 to your computer and use it in GitHub Desktop.
Save jeffikus/6637331 to your computer and use it in GitHub Desktop.
Ghost Custom Pagination Partial
<nav>
{{#if pagination.prev}}<a class="prev" href="/page/{{pagination.prev}}" title="Previous">Previous</a>{{/if}}
{{#if pagination.next}}<a class="next" href="/page/{{pagination.next}}" title="Next">Next</a>{{/if}}
</nav>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment