From c5da5fbc21f27a69fa61f607acbe22989bde7738 Mon Sep 17 00:00:00 2001 From: Riccardo Date: Fri, 9 Sep 2022 16:58:43 +0200 Subject: [PATCH] CSS changes --- assets/hackernews_template.gohtml | 114 +++++------------------------- 1 file changed, 19 insertions(+), 95 deletions(-) diff --git a/assets/hackernews_template.gohtml b/assets/hackernews_template.gohtml index 32fc11d..71f46ec 100644 --- a/assets/hackernews_template.gohtml +++ b/assets/hackernews_template.gohtml @@ -3,115 +3,39 @@ - Document + Newsletter - - +

Today's Newsletter

-
-
- {{ range .News }} -
-

+
+
+ {{ range .News }} +
+

{{ .Title }}

- Unix Epoch {{ .CreatedAt }} -
+ Unix Epoch {{ .CreatedAt }} +
{{ .Text }}
-
-

written by: {{ .Author }}

- Read more +
+

written by: {{ .Author }}

+ Read more
- {{ end }} + {{ end }}