From 28c081ed30b93ee84fce3d8d6451a13ba735da13 Mon Sep 17 00:00:00 2001 From: Stephen Searles Date: Tue, 5 Sep 2017 22:27:38 -0500 Subject: [PATCH] comments working; with some stuff in the theme --- comments/comments.go | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/comments/comments.go b/comments/comments.go index 04451e1..1ea3719 100644 --- a/comments/comments.go +++ b/comments/comments.go @@ -128,14 +128,7 @@ func (cs *Service) WriteHTML(post string, w io.Writer) (int64, error) { {{.Text}} {{end}}{{end}} -
- +

@@ -144,7 +137,7 @@ func (cs *Service) WriteHTML(post string, w io.Writer) (int64, error) {
- +

`))