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 })