From 8d0fadbe304514729347cf3cb313be910d413e72 Mon Sep 17 00:00:00 2001 From: razonyang Date: Fri, 8 Mar 2024 13:55:19 +0800 Subject: [PATCH] style(article-cards): align articles to center --- 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 8cfde71..336d28a 100644 --- a/layouts/partials/bootstrap/article-cards.html +++ b/layouts/partials/bootstrap/article-cards.html @@ -20,7 +20,7 @@ {{- end }} {{- $itemAttrsStr := "" }} {{ with $itemAttrs }}{{ $itemAttrsStr = delimit . " " | printf " %s" }}{{ end }} -
+
{{- range first $limit $pages }} {{- if $linkText }} {{ printf `
` $itemAttrsStr | safeHTML }}