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 }}