fix: author-card max-w-2xl
This commit is contained in:
@@ -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" -}}
|
||||
|
||||
Reference in New Issue
Block a user