From dade82664e9678f2de78f487c74696f91576fd10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sat, 9 May 2026 18:51:33 +0200 Subject: [PATCH] fix: author card bio text size --- layouts/partials/author-card.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/author-card.html b/layouts/partials/author-card.html index b9e5ce1..b0af6c7 100644 --- a/layouts/partials/author-card.html +++ b/layouts/partials/author-card.html @@ -33,7 +33,7 @@ {{ .Params.name | default .Title }} {{- with .Params.bio -}} -

{{ . }}

+

{{ . }}

{{- end -}}