From da992500f806bb87b06559d920ee12b7680955ee Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Thu, 16 Jun 2022 16:32:31 +0200 Subject: feat: Add worker Add a simple worker to manage a work queue. Right now, it is bit brittled and has no test coverage yet, but it works. Also moved from pico.css to bulma, I like the idea of classes approach of pico but for me bulma yields a better result. --- templates/entry.tmpl | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) (limited to 'templates/entry.tmpl') diff --git a/templates/entry.tmpl b/templates/entry.tmpl index 642b501..9f1181f 100644 --- a/templates/entry.tmpl +++ b/templates/entry.tmpl @@ -1,24 +1,26 @@ {{ define "entry" }} {{ template "_head" }} +
{{ if (eq .ID 0) }}
{{ else }} {{ end }} - - - +
+ + +
+
+ + +
+
+ + +
+
{{ template "_footer" }} {{ end }} -- cgit v1.2.3