_includes/post-paginator.html in jekyll-theme-chirpy-6.0.0 vs _includes/post-paginator.html in jekyll-theme-chirpy-6.0.1
- old
+ new
@@ -1,7 +1,7 @@
<!-- The paginator for post list on HomgPage. -->
-<ul class="pagination align-items-center my-4 ps-lg-2">
+<ul class="pagination align-items-center mt-4 mb-1 ps-lg-2">
<!-- left arrow -->
{% if paginator.previous_page %}
{% assign prev_url = paginator.previous_page_path | relative_url %}
{% else %}
{% assign prev_url = '#' %}