From 39d86fd20e3d2951453f175f30593c879459b128 Mon Sep 17 00:00:00 2001 From: Karthik Date: Wed, 5 Feb 2020 12:59:14 +0530 Subject: change config --- exampleSite/config.toml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index de09f23..12ad253 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -12,11 +12,7 @@ googleAnalytics = "UA-123-45" disqusShortname = "yourdiscussshortname" theme = "monopriv" -[params] - [params.search] # Site search powered by DuckDuckGo - enabled = true - placeholder="Site Search" - +[params] about = "A privacy focused minimal bootstrap theme" img = "img/logo.png" github = "https://github.com" @@ -29,4 +25,7 @@ metakeys = "hugo, simple, minimal, bootstrap, blog" # enable/disable disqus comments disqus = false # enable/disable google analytics -analytics = false \ No newline at end of file +analytics = false + [params.search] # Site search powered by DuckDuckGo + enabled = true + placeholder="Site Search" -- cgit v1.2.3