From 168225daa21fe494bcd74ab6c90d6498ecf9f1e3 Mon Sep 17 00:00:00 2001 From: knotteye Date: Thu, 1 Jul 2021 20:26:49 -0500 Subject: Make news list links to full page news articles --- static/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/index.html') diff --git a/static/index.html b/static/index.html index de06c6c..05197c0 100644 --- a/static/index.html +++ b/static/index.html @@ -44,7 +44,7 @@ {{ range .NewsItems }} -

{{.Time}} - {{.Title}}
{{.Content}}

+ {{unixtoreadable .Time}} - {{.Title}} {{ end }} -- cgit v1.2.3