searchbox.html 493 B

123456789101112
  1. <div class="searchbox">
  2. <form method="get" id="searchie" action="http://duckduckgo.com/">
  3. <input type="hidden" name="sites" value="{{ site.blog.search_path }}"/>
  4. <input type="hidden" name="k8" value="#444444"/>
  5. <input type="hidden" name="k9" value="#D51920"/>
  6. <input type="hidden" name="kt" value="h"/>
  7. <span class="icon-search"></span>
  8. <input type="search" name="q" maxlength="255" placeholder="Search&hellip;"/>
  9. <!-- <input type="button"/> -->
  10. </form>
  11. </div>