1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

refactor: make sure there is space at the bottom of core block

This commit is contained in:
Cotes Chung
2022-08-08 22:03:25 +08:00
parent d792a2f6af
commit b405a58838
3 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
The paginator for post list on HomgPage.
-->
<ul class="pagination align-items-center mt-4 mb-5 pl-lg-2">
<ul class="pagination align-items-center mt-4 pl-lg-2">
<!-- left arrow -->
{% if paginator.previous_page %}
{% assign prev_url = paginator.previous_page_path | relative_url %}