Sha256: 0dad6799bfe0c4d72f9b9351d6f9f9a6bb89e56e3981ebf85a1a1dae0799d22e
Contents?: true
Size: 731 Bytes
Versions: 2
Compression:
Stored size: 731 Bytes
Contents
<!-- copy/paste from: http://jekyllrb.com/docs/pagination/#render-the-paginated-posts --> <div class="wrapper"> <div class="pagination-pages"> {% if paginator.previous_page %} <a class="previous-pages" href="{{ paginator.previous_page_path | relative_url }}" title="Previous">« Previous</a> {% else %} <span class="previous-pages">« Previous</span> {% endif %} <span class="page-number">{{ paginator.page }} of {{ paginator.total_pages }}</span> {% if paginator.next_page %} <a class="next-pages" href="{{ paginator.next_page_path | relative_url }}" title="Next">Next »</a> {% else %} <span class="next-pages">Next »</span> {% endif %} </div> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
writers-zone-0.2.1 | _includes/pagination/pages.html |
writers-zone-0.2.0 | _includes/pagination/pages.html |