update
This commit is contained in:
parent
43c2d9925b
commit
cb52524885
26 changed files with 91 additions and 62 deletions
|
@ -1,11 +1,12 @@
|
|||
---
|
||||
layout: page
|
||||
show_meta: false
|
||||
title: "Search"
|
||||
permalink: "/search/"
|
||||
---
|
||||
|
||||
{% include google_search.html %}
|
||||
|
||||
<form onsubmit="google_search()" >
|
||||
<form style="padding-bottom: 200px;" onsubmit="google_search()" >
|
||||
<input type="text" id="google-search" placeholder="Enter search term and hit enter">
|
||||
</form>
|
Reference in a new issue