Remove gist URL in pagination docs.
This commit is contained in:
parent
dd6d0b42fe
commit
26803c28db
|
@ -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: '//', '/' }}">« Prev</a>
|
<a href="{{ paginator.previous_page_path | prepend: site.baseurl | replace: '//', '/' }}">« Prev</a>
|
||||||
|
|
Loading…
Reference in New Issue