fix zero date

This commit is contained in:
Nate Finch
2014-09-06 08:03:03 -04:00
committed by spf13
parent b336abcf81
commit acf9561a31
2 changed files with 2 additions and 3 deletions

View File

@@ -159,7 +159,6 @@ func newPage(filename string) *Page {
Params: make(map[string]interface{})}
jww.DEBUG.Println("Reading from", page.File.FileName)
page.Date, _ = time.Parse("20060102", "20080101")
page.guessSection()
return &page
}