mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2024-10-30 11:46:16 +00:00
Remove sidebar invocation
This commit is contained in:
parent
de9a837bc6
commit
28585171bd
@ -22,8 +22,7 @@ func HyphaEdit(h *fs.Hypha) []byte { //
|
||||
return layout("edit/index").
|
||||
withMap(hyphaData).
|
||||
wrapInBase(map[string]string{
|
||||
"Title": fmt.Sprintf(cfg.TitleEditTemplate, h.FullName),
|
||||
"Sidebar": layout("edit/sidebar").withMap(hyphaData).String(),
|
||||
"Title": fmt.Sprintf(cfg.TitleEditTemplate, h.FullName),
|
||||
})
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user