From 683de5193680d4c8d9df2b273daa17b4c4f847d7 Mon Sep 17 00:00:00 2001 From: KushBlazingJudah <59340248+KushBlazingJudah@users.noreply.github.com> Date: Fri, 20 Aug 2021 14:51:43 -0300 Subject: fix a couple problems --- static/news.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'static/news.html') diff --git a/static/news.html b/static/news.html index 65ae410..a83c406 100644 --- a/static/news.html +++ b/static/news.html @@ -1,6 +1,6 @@ {{ define "header" }} {{ .Title }} - + @@ -18,12 +18,14 @@ {{ define "top" }}{{ end }} {{ define "content" }} -
+
{{ range .NewsItems }} +

{{unixtoreadable .Time}} - {{.Title}}


{{.Content}}

+
{{ end }} - +
{{ end }} {{ define "bottom" }}{{ end }} -- cgit v1.2.3