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/_footer.tmpl | 1 + templates/_head.tmpl | 17 ++++++----------- templates/entry.tmpl | 26 ++++++++++++++------------ templates/index.tmpl | 10 +++++++--- 4 files changed, 28 insertions(+), 26 deletions(-) (limited to 'templates') diff --git a/templates/_footer.tmpl b/templates/_footer.tmpl index 543a2e6..07bc857 100644 --- a/templates/_footer.tmpl +++ b/templates/_footer.tmpl @@ -1,5 +1,6 @@ {{ define "_footer" }} +