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

github.com/gohugoio/gohugoioTheme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-01-31 20:20:17 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-01-31 20:47:35 +0300
commit9cd6d77c1691b4916846578f5b83fbf202a3994b (patch)
tree6bcb160790ccc5b206a5db9b29b4eaf4056f61bc /layouts
parenteb8a3eb6ace3688da41908feea3706ce09facaec (diff)
site-search.html: remove duplicate type attribute.
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/site-search.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/site-search.html b/layouts/partials/site-search.html
index cd1fd135..aaab4d04 100644
--- a/layouts/partials/site-search.html
+++ b/layouts/partials/site-search.html
@@ -1,6 +1,6 @@
<form id="site-search-form" action="" role="search">
<fieldset class="bn ma0 pa0">
<label class="clip" for="search-input">Search</label>
- <input type="search" id="search-input" class="needs-js bg-left bg-transparent bn f5 input-reset lh-solid mt3 mt0-ns pl4 pv2 w5 white" placeholder="Search the Docs" type="text" name="search-input" value="" style="background-image:url('/images/icon-search.png');background-size:16px 16px;">
+ <input type="search" id="search-input" class="needs-js bg-left bg-transparent bn f5 input-reset lh-solid mt3 mt0-ns pl4 pv2 w5 white" placeholder="Search the Docs" name="search-input" value="" style="background-image:url('/images/icon-search.png');background-size:16px 16px;">
</fieldset>
</form>