1
0
Fork 0
This commit is contained in:
Moritz »mo.« Sauer 2015-01-12 14:02:01 +01:00
parent 125bbb0c3d
commit 60c0a48d8d
3 changed files with 20 additions and 2 deletions

View file

@ -53,6 +53,10 @@
- title: "Blog Archive"
url: "/blog/archive/"
- title: "<span class='entypo entypo-32'>&#128269;</span>"
url: "/search/"
side: right
- title: "Contact"
url: "/contact/"
side: right

View file

@ -8,11 +8,14 @@ permalink: "/404.html"
## No problem!
Try...
...to start over on the [home page]({{ site.url }}).
...to start over on the [home page]({{ site.url }}).
...our **search**.
### Search
{% include google_search.html %}
<form onsubmit="google_search()" >
<input type="text" id="google-search">
<input type="text" id="google-search" placeholder="Search">
</form>

11
pages/search.md Normal file
View 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>