diff --git a/layouts/author/list.html b/layouts/author/list.html
index 0126fb0..021dcd0 100644
--- a/layouts/author/list.html
+++ b/layouts/author/list.html
@@ -6,22 +6,26 @@
{{ range .Pages }}
-
-
- {{ if .Params.image }}
-
- {{ else if .Params.email }}
-
- {{ end }}
+
+
+
+ {{ if .Params.image }}
+
+ {{ else if .Params.email }}
+
+ {{ end }}
-
-
+
{{ end }}
@@ -29,4 +33,4 @@
-{{ end }}
+{{ end }}
\ No newline at end of file