From b44320c9453cb4cc888dec4dbf2a0c1bf31fcc57 Mon Sep 17 00:00:00 2001 From: Florian Hoss Date: Fri, 23 Jun 2023 12:21:11 +0200 Subject: [PATCH] Add version bottom right --- web/templates/layout.html | 1 + 1 file changed, 1 insertion(+) diff --git a/web/templates/layout.html b/web/templates/layout.html index 9505c1c..d89ba7c 100644 --- a/web/templates/layout.html +++ b/web/templates/layout.html @@ -23,6 +23,7 @@ +
{{ env "VERSION" }}
{{ block "content" . }}{{ end }}
{{ block "js". }}{{ end }}