fix: author-card max-w-2xl

This commit is contained in:
2026-04-11 17:36:20 +02:00
parent d1ce2e7eb3
commit 7d29f8373f
+1 -1
View File
@@ -1,7 +1,7 @@
{{- /* Inline author byline for post single pages.
Expects the author page as context (.).
*/ -}}
<div class="flex items-center gap-4 py-6 border-t border-b border-zinc my-8">
<div class="flex items-center gap-4 py-6 border-t border-b border-zinc my-8 max-w-2xl">
{{- $avatarRes := .Resources.GetMatch "avatar.*" -}}
{{- if $avatarRes -}}
{{- $av := $avatarRes.Resize "96x webp" -}}