Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions layouts/partials/post_meta.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
</a>
{{end}}

{{/* print the shortname (id) from the details */}}
{{/* print the prefered display name (displayName) from the details */}}
<a href="/author/{{$authorDetail.id}}">
{{- $authorDetail.id -}}
{{- $authorDetail.displayname -}}
</a>
{{else}}
{{/* if no author details are set, just print whatever is set on the $author field */}}
Expand Down