diff --git a/cmd/web/tmpl/showpaste.tmpl b/cmd/web/tmpl/showpaste.tmpl index 366bf7f..c5187bd 100644 --- a/cmd/web/tmpl/showpaste.tmpl +++ b/cmd/web/tmpl/showpaste.tmpl @@ -4,10 +4,10 @@ {{if .UserInfo}} {{if ne .PasterUserID .UserID}} -
{{.PasterDisplayName}}
+
{{.PasterDisplayName}} {{if .PasterProfilePicURL}}{{end}}
{{end}} {{else}} -
{{.PasterDisplayName}}
+
{{.PasterDisplayName}} {{if .PasterProfilePicURL}}{{end}}
{{end}}

Created at {{.CreatedAt}}