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

github.com/devcows/hugo-universal-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/widgets/search.html')
-rw-r--r--layouts/partials/widgets/search.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/widgets/search.html b/layouts/partials/widgets/search.html
index 0ac72ce..3ee9fe4 100644
--- a/layouts/partials/widgets/search.html
+++ b/layouts/partials/widgets/search.html
@@ -9,8 +9,8 @@
<div class="panel-body">
<form action="//google.com/search" method="get" accept-charset="UTF-8" role="search">
<div class="input-group">
- <input type="search" name="q" results="0" class="form-control" placeholder="{{ i18n "searchTitle" }}">
- <input type="hidden" name="q" value="site:{{ .Site.BaseURL }}">
+ <input type="search" name="q" class="form-control" placeholder="{{ i18n "searchTitle" }}">
+ <input type="hidden" name="sitesearch" value="{{ .Site.BaseURL }}">
<span class="input-group-btn">
<button type="submit" class="btn btn-template-main"><i class="fa fa-search"></i></button>
</span>