We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee6bf0b commit df0560bCopy full SHA for df0560b
layouts/partials/hb/modules/pagination/index.html
@@ -3,7 +3,7 @@
3
{{- $alignment := default "center" site.Params.hb.pagination.alignment }}
4
{{- $size := default "" site.Params.hb.pagination.size }}
5
<nav
6
- class="hb-blog-pagination hb-module"
+ class="hb-blog-pagination mb-3"
7
aria-label="Page navigation">
8
<ul
9
class="pagination flex-wrap justify-content-{{ $alignment }}{{ cond (ne $size ``) (printf ` pagination-%s` $size) `` }}">
0 commit comments