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 }}