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 7db999e commit 760840c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/hb/modules/blog/post/summary.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{{- $truncated = true }}
{{- end }}
<div class="hb-blog-post-summary card-text text-secondary mb-auto">
{{- $summary -}}
{{- $summary | plainify -}}
</div>
{{- if and .ReadMore $truncated }}
<div class="mt-2">
Expand Down

0 comments on commit 760840c

Please sign in to comment.