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

github.com/jpescador/hugo-future-imperfect.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Kakesa <fenicks@users.noreply.github.com>2017-10-12 17:28:23 +0300
committerPatrick Collins <thepatrickcollins@gmail.com>2017-10-12 17:28:23 +0300
commit6e15a8ab8acedd29b980c1443394ef9bea3551a7 (patch)
tree3ff7a47af136a5e0e8d5f2abcfe48d22b7b6e7b5
parent19d472ac1451f59800307f7f9d1eeb9043355cbe (diff)
Fix pop-out search form (#52)
-rw-r--r--layouts/partials/navbar.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/navbar.html b/layouts/partials/navbar.html
index 63fe851..f4dbb7a 100644
--- a/layouts/partials/navbar.html
+++ b/layouts/partials/navbar.html
@@ -45,7 +45,7 @@
<section>
<form class="search" method="get" action="//google.com/search">
<input type="text" name="q" placeholder="Search" />
- <input type="hidden" name="q" value="site:{{ .Site.BaseURL }}">
+ <input type="hidden" name="as_sitesearch" value="{{ .Site.BaseURL }}">
</form>
</section>