diff --git a/templates/comment.gohtml b/templates/comment.gohtml index 92fe807..9d3515e 100644 --- a/templates/comment.gohtml +++ b/templates/comment.gohtml @@ -9,9 +9,9 @@ {{ string .Blog.Lang "acommentby" }} {{ if .Data.Website }}{{ .Data.Name }}{{ else }}{{ .Data.Name }}{{ end }}: -
+

{{ html .Data.Comment }} -

+

{{ if commentsenabled .Blog }} {{ include "interactions" . }} diff --git a/templates/commentsadmin.gohtml b/templates/commentsadmin.gohtml index 101f0d6..76493c6 100644 --- a/templates/commentsadmin.gohtml +++ b/templates/commentsadmin.gohtml @@ -9,10 +9,12 @@ {{ range $i, $comment := .Data.Comments }}

+ ID: {{ $comment.ID }}
Target: {{ $comment.Target }}
- Name: {{ $comment.Name }}
- Website: {{ $comment.Website }}
- Comment: {{ html $comment.Comment }} + Name: {{ if $comment.Website }}{{ $comment.Name }}{{ else }}{{ $comment.Name }}{{ end }} +

+

+ {{ html $comment.Comment }}

diff --git a/templates/postactions.gohtml b/templates/postactions.gohtml index 2cfedd0..41cc022 100644 --- a/templates/postactions.gohtml +++ b/templates/postactions.gohtml @@ -1,7 +1,7 @@ {{ define "postactions" }}
{{ string .Blog.Lang "share" }}  - +
{{ end }} \ No newline at end of file