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/index.tmpl | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'templates/index.tmpl') diff --git a/templates/index.tmpl b/templates/index.tmpl index 0b965f5..9bb7512 100644 --- a/templates/index.tmpl +++ b/templates/index.tmpl @@ -1,10 +1,12 @@ {{ define "index" }} {{ template "_head" }} - +
+
+ @@ -13,17 +15,19 @@ {{ range . }} + {{ end }}
ID TitleLink Output
{{ .ID }}{{ .Title }} {{ .Link }} {{ .OutputFolder }} Edit - Delete + Delete
-Create + +Create {{ template "_footer" }} {{ end }} -- cgit v1.2.3