Skip to content

Commit

Permalink
style: fix broken modularize style
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Oct 16, 2023
1 parent 41be0bc commit f0fcb45
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion layouts/partials/hb/modules/carousel/carousel.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
{{- end }}
{{- $pages := .Pages }}
{{- if $pages }}
<div id="{{ $id }}" class="hb-carousel carousel slide hb-module">
<div class="hb-module">
<div id="{{ $id }}" class="hb-carousel carousel slide">
<div
class="carousel-indicators justify-content-center justify-content-md-start">
{{- $first := true }}
Expand Down Expand Up @@ -43,4 +44,5 @@
</div>
{{ partial "hb/modules/carousel/controls" $id }}
</div>
</div>
{{- end }}

0 comments on commit f0fcb45

Please sign in to comment.