aboutsummaryrefslogtreecommitdiff
path: root/static/news.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/news.html')
-rw-r--r--static/news.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/static/news.html b/static/news.html
index 757c420..4bd43e1 100644
--- a/static/news.html
+++ b/static/news.html
@@ -20,9 +20,9 @@
{{ define "content" }}
<div style="text-align: left; max-width: 800px; margin: 0 auto;">
- {{ range .NewsItems }}
- <p><h1>{{unixtoreadable .Time}} - {{.Title}}</h1><br>{{.Content}}</p>
- {{ end }}
+ {{ range .NewsItems }}
+ <p><h1>{{unixtoreadable .Time}} - {{.Title}}</h1><br>{{.Content}}</p>
+ {{ end }}
</div>
{{ end }}