Advertisement
Guest User

Untitled

a guest
Jul 10th, 2014
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. http://example.com/blog
  2.  
  3. http://example.com/page2/
  4.  
  5. http://example.com/blog/page/2/
  6.  
  7. paginate: 5
  8. destination: _site/blog
  9.  
  10. {% if paginator.page != 1 %}
  11. {% include custom/pagination %}
  12. {% else %}
  13. The original content of index
  14. {% endif %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement