From f8ae52eb7d997f85f7b6a12e369c546cb4f284ce Mon Sep 17 00:00:00 2001 From: Trevor Slocum Date: Tue, 24 Nov 2020 14:29:16 -0800 Subject: [PATCH] Display navigation bar in pages --- pkg/gmitohtml/assets.go | 21 ++++++++++++--------- pkg/gmitohtml/convert.go | 2 +- pkg/gmitohtml/daemon.go | 40 ++++++++++++++++++++++++++++------------ 3 files changed, 41 insertions(+), 22 deletions(-) diff --git a/pkg/gmitohtml/assets.go b/pkg/gmitohtml/assets.go index d7d6e3c..0f41016 100644 --- a/pkg/gmitohtml/assets.go +++ b/pkg/gmitohtml/assets.go @@ -9,7 +9,11 @@ const pageHeader = ` -` + +
+ +
+
` const pageFooter = ` @@ -17,10 +21,6 @@ const pageFooter = ` ` const indexPage = pageHeader + ` -
- -
-