diff --git a/site/docs/pagination.md b/site/docs/pagination.md index 1b3e9486..81bb228c 100644 --- a/site/docs/pagination.md +++ b/site/docs/pagination.md @@ -182,51 +182,31 @@ page with links to all but the current page. {% highlight html %} {% raw %} -
- {% if paginator.previous_page == 1 %} - Previous - {% else %} - Previous - {% endif %} -
+ « Prev {% else %} -- Previous -
+ « Prev {% endif %} -- Next -
+ Next » {% else %} -- Next -
+ Next » {% endif %} -