add logging
This commit is contained in:
parent
5be6c9f7e8
commit
bd67be0280
@ -421,6 +421,7 @@ func (self *templateEngine) genGraphs(prefix string, wr io.Writer, db Database)
|
||||
|
||||
if posts == nil {
|
||||
// wtf?
|
||||
log.Println("no monthly posts gotten wtfug yo?")
|
||||
} else {
|
||||
for _, entry := range posts {
|
||||
all_posts = append(all_posts, postsGraphRow{
|
||||
|
Reference in New Issue
Block a user