search
This commit is contained in:
parent
125bbb0c3d
commit
60c0a48d8d
3 changed files with 20 additions and 2 deletions
|
@ -53,6 +53,10 @@
|
||||||
- title: "Blog Archive"
|
- title: "Blog Archive"
|
||||||
url: "/blog/archive/"
|
url: "/blog/archive/"
|
||||||
|
|
||||||
|
- title: "<span class='entypo entypo-32'>🔍</span>"
|
||||||
|
url: "/search/"
|
||||||
|
side: right
|
||||||
|
|
||||||
- title: "Contact"
|
- title: "Contact"
|
||||||
url: "/contact/"
|
url: "/contact/"
|
||||||
side: right
|
side: right
|
||||||
|
|
|
@ -8,11 +8,14 @@ permalink: "/404.html"
|
||||||
## No problem!
|
## No problem!
|
||||||
|
|
||||||
Try...
|
Try...
|
||||||
...to start over on the [home page]({{ site.url }}).
|
...to start over on the [home page]({{ site.url }}).
|
||||||
...our **search**.
|
...our **search**.
|
||||||
|
|
||||||
|
|
||||||
|
### Search
|
||||||
|
|
||||||
{% include google_search.html %}
|
{% include google_search.html %}
|
||||||
|
|
||||||
<form onsubmit="google_search()" >
|
<form onsubmit="google_search()" >
|
||||||
<input type="text" id="google-search">
|
<input type="text" id="google-search" placeholder="Search">
|
||||||
</form>
|
</form>
|
11
pages/search.md
Normal file
11
pages/search.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: "Search"
|
||||||
|
permalink: "/search/"
|
||||||
|
---
|
||||||
|
|
||||||
|
{% include google_search.html %}
|
||||||
|
|
||||||
|
<form onsubmit="google_search()" >
|
||||||
|
<input type="text" id="google-search" placeholder="Search">
|
||||||
|
</form>
|
Reference in a new issue