From 7d45f5e1abb80502f62e4067363874d16adef0fd Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Mon, 22 May 2023 17:27:05 +0100 Subject: [PATCH] update umami script. I've updated umami to v2.2.0 and it broke how it geneates and uses it tracking script. I've updated the script to continue using it. --- src/view.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/view.lisp b/src/view.lisp index 9de6b9e..f439959 100644 --- a/src/view.lisp +++ b/src/view.lisp @@ -62,7 +62,7 @@ environment this website is running in." (cond ((equal t (hot-line.config:productionp)) (format nil - "")) + "")) (t (format nil "")))) (djula::def-filter :chart-icon (filename)