summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-05-26 23:58:11 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-05-26 23:58:11 +0200
commit649d3c4bd982876ce358c7ff4e4b7aca05f5109a (patch)
tree10b49f8e5c951c671884b748b19851428d31104e
parent1a628e4089c9bf2ea197aee914de1d99c1091e05 (diff)
downloadgohugo-theme-ed-649d3c4bd982876ce358c7ff4e4b7aca05f5109a.tar.gz
Remove search section
-rw-r--r--exampleSite/config.toml5
1 files changed, 0 insertions, 5 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 7c068ab..f521c24 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -188,11 +188,6 @@ disableKinds = ['RSS']
url = '/documentation/'
weight = 4
[[menu.main]]
- identifier = 'search'
- name = 'Search'
- url = '/search/' # TODO: Implement search
- weight = 5
- [[menu.main]]
identifier = 'github'
name = 'GitHub Project'
url = 'https://github.com/sergeyklay/gohugo-theme-ed/'