From 9cd37883e914fa9cc136231e419d0753393d33a7 Mon Sep 17 00:00:00 2001 From: Florian Hoss Date: Fri, 23 Jun 2023 16:10:24 +0200 Subject: [PATCH] Move version to top right --- web/templates/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/templates/layout.html b/web/templates/layout.html index d89ba7c..e146740 100644 --- a/web/templates/layout.html +++ b/web/templates/layout.html @@ -23,7 +23,7 @@ -
{{ env "VERSION" }}
+
{{ env "VERSION" }}
{{ block "content" . }}{{ end }}
{{ block "js". }}{{ end }}