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

github.com/coderzh/hugo-pacman-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/header.html')
-rw-r--r--layouts/partials/header.html9
1 files changed, 4 insertions, 5 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 6d23bb3..232146e 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -15,11 +15,10 @@
<li><a href="{{ .URL }}">{{ .Name }}</a></li>
{{ end }}
<li>
- <form class="search" action="https://www.google.com/search" method="get" accept-charset="utf-8">
- <label>Search</label>
- <input type=hidden name="domains" value="{{ .Site.BaseURL }}">
- <input type=hidden name="sitesearch" value="{{ .Site.BaseURL }}">
- <input type="text" id="search" name="q" autocomplete="off" maxlength="20" placeholder="Search" />
+ <form class="search" method="get" action="https://www.google.com/search">
+ <div>
+ <input type="text" id="search" name="q" placeholder="{{ .Site.Params.Strings.Search }}">
+ </div>
</form>
</li>
</ul>