From 00b73b8ac2c085bc2a63d31efee093abdcd7d21e Mon Sep 17 00:00:00 2001 From: Peter Stuifzand Date: Sat, 29 Sep 2018 15:41:12 +0200 Subject: [PATCH] Add text --- main.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.go b/main.go index 411eb39..54f39bd 100644 --- a/main.go +++ b/main.go @@ -33,7 +33,7 @@ var indexPageTemplate = `
-
+
@@ -223,6 +223,7 @@ func loadMoments(db *bolt.DB, today string) ([]Moment, error) { moments = append(moments, moment) } + // TODO(peter): if there are no moments, here we can add a moment for the start of the day return nil })