Skip to content

Commit df0560b

Browse files
committed
style: do not modularize the widget
1 parent ee6bf0b commit df0560b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/hb/modules/pagination/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{{- $alignment := default "center" site.Params.hb.pagination.alignment }}
44
{{- $size := default "" site.Params.hb.pagination.size }}
55
<nav
6-
class="hb-blog-pagination hb-module"
6+
class="hb-blog-pagination mb-3"
77
aria-label="Page navigation">
88
<ul
99
class="pagination flex-wrap justify-content-{{ $alignment }}{{ cond (ne $size ``) (printf ` pagination-%s` $size) `` }}">

0 commit comments

Comments
 (0)