From 37e5bf07e7ec7dd41525eba7ce0a5e96d75f8e6f Mon Sep 17 00:00:00 2001 From: razonyang Date: Sat, 18 Nov 2023 05:52:48 +0800 Subject: [PATCH] style(article-cards): change the image height as 240 --- layouts/partials/bootstrap/article-cards.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}