Skip to content

Commit

Permalink
fix missing char for the last page
Browse files Browse the repository at this point in the history
  • Loading branch information
tenax66 committed Dec 3, 2024
1 parent df5e11a commit c54fc04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,7 @@ <h2 class="archive-month">{{ currYear }}.{{ currMonth }}</h2>

{% if paginator.next_page %}
<a href="{{ paginator.next_page_path }}"><i class="next fa-solid fa-arrow-right fa-2xl"></i></a>
{% else %}
&nbsp;
{% endif %}
</div>

0 comments on commit c54fc04

Please sign in to comment.