add date formats found in jekyll posts

The first added is definitely in jekyll. The second, I believe, happens,
too.
This commit is contained in:
Jeff Hodges 2015-08-01 19:34:06 -07:00 committed by spf13
parent 1c4ba956f5
commit ee815aaf95
1 changed files with 2 additions and 0 deletions

View File

@ -433,6 +433,8 @@ func StringToDate(s string) (time.Time, error) {
"02 Jan 06 15:04 MST",
"2006-01-02",
"02 Jan 2006",
"2006-01-02 15:04:05 -07:00",
"2006-01-02 15:04:05 -0700",
})
}