Remove gist URL in pagination docs.

This commit is contained in:
Parker Moore 2013-09-27 15:11:59 -04:00
parent dd6d0b42fe
commit 26803c28db
1 changed files with 0 additions and 1 deletions

View File

@ -183,7 +183,6 @@ page with links to all but the current page.
{% highlight html %} {% highlight html %}
{% raw %} {% raw %}
{% if paginator.total_pages > 1 %} {% if paginator.total_pages > 1 %}
<!-- Pagination: https://gist.github.com/jsw0528/4720584 -->
<div class="pagination"> <div class="pagination">
{% if paginator.previous_page %} {% if paginator.previous_page %}
<a href="{{ paginator.previous_page_path | prepend: site.baseurl | replace: '//', '/' }}">&laquo; Prev</a> <a href="{{ paginator.previous_page_path | prepend: site.baseurl | replace: '//', '/' }}">&laquo; Prev</a>