Skip to content

Commit

Permalink
#5
Browse files Browse the repository at this point in the history
  • Loading branch information
fauno committed Mar 12, 2021
1 parent 3b765e4 commit b1fb656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/pagination.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{% if page == paginator.page %}
<span class="ml-1 mr-1">{{ page }}</span>
{% elsif page == 1 %}
<a class="ml-1 mr-1" href="{{ paginator.previous_page_path | replace: '//', '/' }}">{{ page }}</a>
<a class="ml-1 mr-1" href="../index.html">{{ page }}</a>
{% else %}
<a class="ml-1 mr-1" href="{{ site.paginate_path | replace: '//', '/' | replace: ':num', page }}">{{ page }}</a>
{% endif %}
Expand Down

0 comments on commit b1fb656

Please sign in to comment.