From bf127f6cc2e9001f1b6f5d006ba4cbf3134ae71d Mon Sep 17 00:00:00 2001 From: Justin Hawkins Date: Thu, 30 Sep 2021 14:46:57 +0930 Subject: [PATCH] Add menu bar --- web/index.html | 2 -- web/layout.tmpl | 13 +++++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/web/index.html b/web/index.html index 9fc483f..243a08a 100644 --- a/web/index.html +++ b/web/index.html @@ -19,8 +19,6 @@

- config - diff --git a/web/layout.tmpl b/web/layout.tmpl index 8242a7e..c82f1fb 100644 --- a/web/layout.tmpl +++ b/web/layout.tmpl @@ -40,6 +40,19 @@ +
+ +
{{ template "content" . }}