summaryrefslogtreecommitdiff
path: root/themes/new_theme/layouts/partials/widgets/google_site_search.html
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-04-29 18:50:33 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2018-04-29 18:50:33 +0200
commit50a4e701cd5791b5400ca4c8b438b17baee351b0 (patch)
tree6db06916d47297c8cde3008f1fa80265066b7982 /themes/new_theme/layouts/partials/widgets/google_site_search.html
parente2bcd2fa26b04fd2ea246b1eb765b9b52e7324fa (diff)
downloadwww-andreasbaumann-cc-50a4e701cd5791b5400ca4c8b438b17baee351b0.tar.gz
www-andreasbaumann-cc-50a4e701cd5791b5400ca4c8b438b17baee351b0.tar.bz2
replace google site search with an ElasticLunr search
Diffstat (limited to 'themes/new_theme/layouts/partials/widgets/google_site_search.html')
-rw-r--r--themes/new_theme/layouts/partials/widgets/google_site_search.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/new_theme/layouts/partials/widgets/google_site_search.html b/themes/new_theme/layouts/partials/widgets/google_site_search.html
index 2c4befa..6221b27 100644
--- a/themes/new_theme/layouts/partials/widgets/google_site_search.html
+++ b/themes/new_theme/layouts/partials/widgets/google_site_search.html
@@ -4,7 +4,7 @@
<form class="widget-search__form" role="search" method="get" action="//google.com/search">
<label>
<span class="screen-reader-text">Search for:</span>
- <input class="widget-search__field" type="search" placeholder="GOOGLE SEARCH..." value="" name="q">
+ <input class="widget-search__field" type="search" placeholder="SEARCH..." value="" name="q">
</label>
<input class="widget-search__submit" type="submit" value="Search">
<input type="hidden" name="sitesearch" value="{{ .Site.BaseURL }}" />