fix date formats in frotmatter. close #28

This commit is contained in:
Henrique Dias
2016-02-07 15:07:45 +00:00
parent f0175875b3
commit 427989d639
3 changed files with 6 additions and 2 deletions

View File

@@ -89,6 +89,7 @@ func Dict(values ...interface{}) (map[string]interface{}, error) {
}
dict[key] = values[i+1]
}
return dict, nil
}