mirror of
https://github.com/jekyll/jekyll.git
synced 2026-02-15 00:55:16 -05:00
Remove gist URL in pagination docs.
This commit is contained in:
@@ -183,7 +183,6 @@ page with links to all but the current page.
|
||||
{% highlight html %}
|
||||
{% raw %}
|
||||
{% if paginator.total_pages > 1 %}
|
||||
<!-- Pagination: https://gist.github.com/jsw0528/4720584 -->
|
||||
<div class="pagination">
|
||||
{% if paginator.previous_page %}
|
||||
<a href="{{ paginator.previous_page_path | prepend: site.baseurl | replace: '//', '/' }}">« Prev</a>
|
||||
|
||||
Reference in New Issue
Block a user