Skip to content

Commit

Permalink
fix: adapt to Hugo v0.134.0 Summary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Sep 4, 2024
1 parent 335bdda commit 0272f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/carousel.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
{{- template "carousel-thumbnail" (dict "page" . "lazyLoading" (ne $i 0)) }}
<div class="carousel-caption ps-3 text-center text-lg-start start-0 end-0 mb-2">
<h5 class="mb-4 mb-lg-2">{{ .Title }}</h5>
<div class="d-none d-lg-flex mb-lg-4">{{ .Summary }}</div>
<div class="d-none d-lg-flex mb-lg-4">{{ .Summary | plainify }}</div>
</div>
</a>
{{- $i = add $i 1 }}
Expand Down

0 comments on commit 0272f5d

Please sign in to comment.