Files
Open-RSC-Docker-Home/etc/ghost/content/themes/NEWcasper/partials/search.hbs
2018-08-18 01:10:09 -04:00

7 lines
301 B
Handlebars
Executable File

<section class="icon icon-search" id="search-container">
<hr class="divider short" />
<form target="blank" id="search-form" action="https://www.google.com/#q=site:{{@blog.url}}">
<input type="text" name="search" placeholder="git, css, javascript,..." id="search-field" />
</form>
</section>