From 7b710f1fd2da242e6363b5c42e8221f3617a03a2 Mon Sep 17 00:00:00 2001 From: Alexander Avery Date: Thu, 29 May 2025 14:29:43 -0400 Subject: [PATCH] add header info to authors/list.html --- layouts/authors/list.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/layouts/authors/list.html b/layouts/authors/list.html index 09cf70a..fde08b1 100644 --- a/layouts/authors/list.html +++ b/layouts/authors/list.html @@ -1,4 +1,18 @@ {{ define "main" }} +
+ + {{- with .Resources.GetMatch "avatar" }} + {{ .Params.alt }} + {{- end }} + +
+

{{ .Params.name }}

+ Projects + | + {{ .Params.email}} +
+ +
{{ .Content }}
{{- range .Data.Pages }}