diff --git a/config.toml b/config.toml index 3948789..67ea44a 100644 --- a/config.toml +++ b/config.toml @@ -130,7 +130,12 @@ pygmentscodefencesguesssyntax = true url = "links/" weight = 50 + [[menu.main]] + name = "Search" + url = "search/" + weight = 60 + [[menu.main]] name = "Impressum" url = "impressum/" - weight = 60 + weight = 70 diff --git a/content/search.md b/content/search.md index dfb737b..3fc774a 100644 --- a/content/search.md +++ b/content/search.md @@ -1,5 +1,5 @@ --- -title: "Search Results" +title: "Search" sitemap: priority : 0.1 layout: "search" diff --git a/layouts/_default/search.html b/layouts/_default/search.html index 3222588..df66255 100644 --- a/layouts/_default/search.html +++ b/layouts/_default/search.html @@ -1,17 +1,26 @@ {{ define "content" }} + + -