Skip to content

Commit

Permalink
minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Raghwendra-Dey authored Jun 12, 2020
1 parent 938d1e6 commit 1fe3a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h6 class="card-subtitle mb-2 text-muted">{{ post.date | date: "%b %-d, %Y" }}</
<li class="pagination-link disabled"><span aria-hidden="true">&laquo;</span></li>
{% endif %}

<li class="pagination-link ><a href="/blog">First</a></li>
<li class="pagination-link" ><a href="/blog">First</a></li>

{% for page in (1..paginator.total_pages) %}
{% if page == paginator.page %}
Expand Down

0 comments on commit 1fe3a8c

Please sign in to comment.