diff --git a/layouts/partials/hb/modules/blog/post/card.html b/layouts/partials/hb/modules/blog/post/card.html index c1b9353e..94774165 100644 --- a/layouts/partials/hb/modules/blog/post/card.html +++ b/layouts/partials/hb/modules/blog/post/card.html @@ -32,7 +32,7 @@ {{- end }} {{- if $summary }}
- {{- $page.Summary -}} + {{- default $page.Summary $page.Description -}}
{{- end }}