mirror of
https://github.com/filebrowser/filebrowser.git
synced 2026-01-23 02:35:10 +00:00
add browse functionality
This commit is contained in:
parent
686a909e23
commit
edf0a453a3
10 changed files with 258 additions and 139 deletions
|
|
@ -61,7 +61,7 @@ func Execute(w http.ResponseWriter, r *http.Request) (int, error) {
|
|||
}
|
||||
|
||||
page := new(page.Page)
|
||||
page.Title = "Settings"
|
||||
page.Name = "Settings"
|
||||
page.Body = f
|
||||
return page.Render(w, r, "settings", "frontmatter")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue