diff --git a/layouts/partials/bootstrap/article-cards.html b/layouts/partials/bootstrap/article-cards.html index 295ad90..63e79c1 100644 --- a/layouts/partials/bootstrap/article-cards.html +++ b/layouts/partials/bootstrap/article-cards.html @@ -3,7 +3,7 @@ {{- $sections := slice }} {{- $linkText := i18n "read_more" }} {{- $itemAttrs := slice }} -{{- $imgHeight := 120 }} +{{- $imgHeight := 240 }} {{- $imgPlaceholder := "NO IMAGE" }} {{- if .IsNamedParams }} {{- with .Get "limit" }}{{ $limit = . }}{{ end }}