diff --git a/layouts/authors/list.html b/layouts/authors/list.html index 200f981..d3f0fac 100644 --- a/layouts/authors/list.html +++ b/layouts/authors/list.html @@ -1,25 +1,36 @@ {{ define "main" }} -
- {{if not .IsHome }} -
-

{{ .Params.name }}

-

{{ .Params.bio }}

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

Posts:

-
-
- {{ range .Data.Pages }} - {{ partial "article-card.html" . }} - {{ end }} -
+
+
+ {{if not .IsHome }} + +

{{ .Params.name }}

+

{{ .Params.bio }}

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

Posts:

+
+ +
+ {{ range .Data.Pages }} + {{ partial "article-card.html" . }} + {{ end }} +
+ {{ end }}