diff --git a/layouts/partials/work.html b/layouts/partials/work.html
index fdd7d19..e7bd903 100644
--- a/layouts/partials/work.html
+++ b/layouts/partials/work.html
@@ -1,7 +1,7 @@
{{ if eq .type "paper"}}
{{ .title }}.
-{{ delimit .author ", " " and "}} ({{ dateFormat "2006" .date }}{{ if .preprint}}, preprint{{ end }})
+{{ delimit .authors ", " " and "}} ({{ dateFormat "2006" .date }} {{ if .preprint}}, preprint{{ end }})
doi:{{ .doi }}
{{ else if eq .type "course" }}