From 16a9605e8a43a3ec213dafd487fd583fc060c888 Mon Sep 17 00:00:00 2001 From: TetraTheta <37061801+TetraTheta@users.noreply.github.com> Date: Mon, 16 Oct 2023 17:31:39 +0900 Subject: [PATCH] fix: correct broken read more links (#401) --- layouts/partials/hb/modules/blog/post/card.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/hb/modules/blog/post/card.html b/layouts/partials/hb/modules/blog/post/card.html index ec3e42ec..cb722cbb 100644 --- a/layouts/partials/hb/modules/blog/post/card.html +++ b/layouts/partials/hb/modules/blog/post/card.html @@ -44,7 +44,7 @@ {{- if and $readMore $truncated }}
+ class="btn btn-sm btn-outline-secondary" href="{{ .Page.RelPermalink }}"> {{- "read_more" | i18n -}}