From f0dbe295d7d4f8282c2bde86bc4387b367bef589 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 3 Mar 2017 19:57:20 +0100 Subject: added a first strus search to the site --- config.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'config.toml') diff --git a/config.toml b/config.toml index 83c45c0..24d081f 100644 --- a/config.toml +++ b/config.toml @@ -61,7 +61,13 @@ category = "categories" url = "/blog" [[menu.main]] - name = "Contact" + name = "Search" weight = 90 + identifier = "search" + url = "/search" + +[[menu.main]] + name = "Contact" + weight = 100 identifier = "contact" url = "/contact" -- cgit v1.2.3-54-g00ecf