diff --git a/embed/initial/base.html b/embed/initial/base.html index f61a0be..307b405 100644 --- a/embed/initial/base.html +++ b/embed/initial/base.html @@ -53,7 +53,7 @@
{{ if .User.AvatarUrl }} - + {{ end }}
{{ if .User.Config.TwitterHandle}} diff --git a/embed/post.html b/embed/post.html index 36e3cc3..35cfd95 100644 --- a/embed/post.html +++ b/embed/post.html @@ -2,15 +2,20 @@

{{.Title}}

+ # Published: {{ if .Post.User.Config.AuthorName }} by - {{.Post.User.Config.AuthorName}} + + {{ if .Post.User.AvatarUrl }} + + {{ end }} + {{.Post.User.Config.AuthorName}} + {{ end }} - #