commit | ee815aaf958c707ad07547cd62150d973710f747 | [log] [tgz] |
---|---|---|
author | Jeff Hodges <jeff@somethingsimilar.com> | Sat Aug 01 19:34:06 2015 -0700 |
committer | spf13 <steve.francia@gmail.com> | Mon Aug 03 12:37:15 2015 -0400 |
tree | b01e52a485c656f045e562ac113d9b0c0bcb2a0c | |
parent | 1c4ba956f5c1685b48319a0a4aedf337d1f18edc [diff] |
add date formats found in jekyll posts The first added is definitely in jekyll. The second, I believe, happens, too.
diff --git a/caste.go b/caste.go index 62534ac..b8e6044 100644 --- a/caste.go +++ b/caste.go
@@ -433,6 +433,8 @@ "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", }) }