From e03ae88c32beca0094efec65097aaa3293e22b2b Mon Sep 17 00:00:00 2001 From: razonyang Date: Thu, 31 Aug 2023 20:50:28 +0800 Subject: [PATCH] fix(article-cards): correct the margin --- layouts/partials/bootstrap/article-cards.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/bootstrap/article-cards.html b/layouts/partials/bootstrap/article-cards.html index 0f5f7c0..6774de5 100644 --- a/layouts/partials/bootstrap/article-cards.html +++ b/layouts/partials/bootstrap/article-cards.html @@ -17,7 +17,7 @@ {{- if $linkText }} {{ print `
` | safeHTML }} {{- else }} - {{ printf `` .RelPermalink .Title | safeHTML }} + {{ printf `` .RelPermalink .Title | safeHTML }} {{- end }}
{{- with .FirstSection }} @@ -40,7 +40,7 @@ {{ . }} {{- else }}
NO IMAGE