add browse functionality
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user