fix: author-card max-w-2xl
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{{- /* Inline author byline for post single pages.
|
{{- /* Inline author byline for post single pages.
|
||||||
Expects the author page as context (.).
|
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.*" -}}
|
{{- $avatarRes := .Resources.GetMatch "avatar.*" -}}
|
||||||
{{- if $avatarRes -}}
|
{{- if $avatarRes -}}
|
||||||
{{- $av := $avatarRes.Resize "96x webp" -}}
|
{{- $av := $avatarRes.Resize "96x webp" -}}
|
||||||
|
|||||||
Reference in New Issue
Block a user