fixed same extentions space on root level
This commit is contained in:
parent
c06dd6d193
commit
7daa266b18
3 changed files with 5 additions and 4 deletions
2
item.go
2
item.go
|
@ -24,7 +24,7 @@ type Item struct {
|
|||
Contributors []string
|
||||
Content *Content
|
||||
|
||||
Extensions map[string]*Extension
|
||||
Extensions map[string][]*Extension
|
||||
}
|
||||
|
||||
func (i *Item) Key() string {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue