You've already forked filebrowser
mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-11-26 14:25:26 +08:00
fix date formats in frotmatter. close #28
This commit is contained in:
@@ -89,6 +89,7 @@ func Dict(values ...interface{}) (map[string]interface{}, error) {
|
||||
}
|
||||
dict[key] = values[i+1]
|
||||
}
|
||||
|
||||
return dict, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user