hugo

Fork of github.com/gohugoio/hugo with reverse pagination support

git clone git://git.shimmy1996.com/hugo.git

site-search.html (468B)

    1 <form id="site-search-form" action="" role="search">
    2   <fieldset class="bn ma0 pa0">
    3     <label class="clip" for="search-input">Search</label>
    4     <input type="search" id="search-input" class="needs-js bg-left bn f5 input-reset lh-solid mt3 mt0-ns pl4 pv2 w5 white" placeholder="Search the Docs" name="search-input" value="" style="background: url('/images/icon-search.png') 5px 11px/16px 16px no-repeat; background-color: rgba(255,255,255,0);">
    5   </fieldset>
    6 </form>