diff --git a/layouts/authors/list.html b/layouts/authors/list.html index b0f461b..08bfb59 100644 --- a/layouts/authors/list.html +++ b/layouts/authors/list.html @@ -1,24 +1,18 @@ {{ define "main" }} -
-
- {{if not .IsHome }} +
-

{{ .Params.name }}

-

{{ .Params.bio }}

+ {{ with .Resources.GetMatch "avatar" }} + {{ .Params.alt }} + {{ end }} - Projects - | - {{ .Params.email}} +

{{ .Params.name }}

+

{{ .Params.bio }}

-
- {{ with .Resources.GetMatch "avatar" }} - {{ .Params.alt }} - {{ end }} + Projects + | + {{ .Params.email}} - {{ end }} - -
-
+