diff --git a/cmd/web/tmpl/showpaste.html b/cmd/web/tmpl/showpaste.html index 5f8f6f1..6da3b7d 100644 --- a/cmd/web/tmpl/showpaste.html +++ b/cmd/web/tmpl/showpaste.html @@ -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}}