Skip to content

Commit 60c0a48

Browse files
author
Moritz »mo.« Sauer
committed
search
1 parent 125bbb0 commit 60c0a48

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

_data/navigation.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@
5353
- title: "Blog Archive"
5454
url: "/blog/archive/"
5555

56+
- title: "<span class='entypo entypo-32'>&#128269;</span>"
57+
url: "/search/"
58+
side: right
59+
5660
- title: "Contact"
5761
url: "/contact/"
5862
side: right

pages/404.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,14 @@ permalink: "/404.html"
88
## No problem!
99

1010
Try...
11-
...to start over on the [home page]({{ site.url }}).
11+
...to start over on the [home page]({{ site.url }}).
1212
...our **search**.
1313

14+
15+
### Search
16+
1417
{% include google_search.html %}
1518

1619
<form onsubmit="google_search()" >
17-
<input type="text" id="google-search">
20+
<input type="text" id="google-search" placeholder="Search">
1821
</form>

pages/search.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
layout: page
3+
title: "Search"
4+
permalink: "/search/"
5+
---
6+
7+
{% include google_search.html %}
8+
9+
<form onsubmit="google_search()" >
10+
<input type="text" id="google-search" placeholder="Search">
11+
</form>

0 commit comments

Comments
 (0)