From 7d29f8373f122678b3152fddb686789909767698 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sat, 11 Apr 2026 17:36:20 +0200 Subject: [PATCH] fix: author-card max-w-2xl --- 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 839874b..ec9fb7f 100644 --- a/layouts/partials/author-card.html +++ b/layouts/partials/author-card.html @@ -1,7 +1,7 @@ {{- /* Inline author byline for post single pages. Expects the author page as context (.). */ -}} -
+
{{- $avatarRes := .Resources.GetMatch "avatar.*" -}} {{- if $avatarRes -}} {{- $av := $avatarRes.Resize "96x webp" -}}