Adjust app layout

This commit is contained in:
2026-06-16 15:24:21 +02:00
parent 9ed6475775
commit db17f94627
5 changed files with 26 additions and 25 deletions
-2
View File
@@ -22,7 +22,6 @@ type searchResult struct {
type searchPageData struct {
Title string
ParentURL string
EditMode bool
Query string
Results []searchResult
@@ -66,7 +65,6 @@ func (h *handler) handleSearch(w http.ResponseWriter, r *http.Request) {
}
data := searchPageData{
Title: title,
ParentURL: "/",
Query: query,
Results: results,
IndexBuiltAt: builtAt,