diff --git a/layouts/partials/post_meta.html b/layouts/partials/post_meta.html
index 915becd..2d144b5 100644
--- a/layouts/partials/post_meta.html
+++ b/layouts/partials/post_meta.html
@@ -16,9 +16,9 @@
{{end}}
- {{/* print the shortname (id) from the details */}}
+ {{/* print the prefered display name (displayName) from the details */}}
- {{- $authorDetail.id -}}
+ {{- $authorDetail.displayname -}}
{{else}}
{{/* if no author details are set, just print whatever is set on the $author field */}}