diff --git a/layouts/author/list.html b/layouts/author/list.html index 0126fb09..021dcd0d 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 }}
-
- {{ .Title }} -

{{ .Summary | truncate 100 }}

-
-
- {{ i18n "read_more"}} +
+
+
{{ .Title }}
+

{{ .Summary }}

+ {{ i18n "read_more"}} +
+
{{ end }}
@@ -29,4 +33,4 @@
-{{ end }} +{{ end }} \ No newline at end of file