Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xianmin/hugo-theme-jane.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYong-Siang Shih <shaform@gmail.com>2019-07-19 15:32:54 +0300
committerChen Xianmin <xianmin12@gmail.com>2019-07-19 15:32:54 +0300
commit8c66d34044c5e3d0b0554c10ac91c55114e2dec6 (patch)
treef91221255ea4733c7509293f662e1a1d3b937d87 /dev-config.toml
parent332dd8ece0bbc227c340257d3db4bd1faec07864 (diff)
Fix search bug issues mentioned in #203. (#211)
* fix search bug * allow search custom title
Diffstat (limited to 'dev-config.toml')
-rw-r--r--dev-config.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-config.toml b/dev-config.toml
index 9f05246..79b12cc 100644
--- a/dev-config.toml
+++ b/dev-config.toml
@@ -177,6 +177,7 @@ defaultContentLanguage = "en" # Default language to use (if you setup multiling
[params.search.google] # google custom search, see https://cse.google.com
enable = true
id = "002186711602136249422:q1gkomof_em"
+ title = "Search"
# use public git repo url to link lastmod git commit, enableGitInfo should be true.
# 指定 git 仓库地址,可以生成指向最近更新的 git commit 的链接,需要将 enableGitInfo 设置成 true.