From f16dd97f4d88d35a02c217b42440b033e4127ca8 Mon Sep 17 00:00:00 2001 From: Alexander Avery Date: Mon, 1 Jul 2024 17:25:28 -0400 Subject: [PATCH] adjust author page header --- layouts/authors/list.html | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/layouts/authors/list.html b/layouts/authors/list.html index 08bfb59..f0738d9 100644 --- a/layouts/authors/list.html +++ b/layouts/authors/list.html @@ -1,16 +1,18 @@ {{ define "main" }} -
+
{{ with .Resources.GetMatch "avatar" }} - {{ .Params.alt }} + {{ .Params.alt }} {{ end }} -

{{ .Params.name }}

-

{{ .Params.bio }}

+
+

{{ .Params.name }}

+

{{ .Params.bio }}

- Projects - | - {{ .Params.email}} + Projects + | + {{ .Params.email}} +