File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353 - title : " Blog Archive"
5454 url : " /blog/archive/"
5555
56+ - title : " <span class='entypo entypo-32'>🔍</span>"
57+ url : " /search/"
58+ side : right
59+
5660- title : " Contact"
5761 url : " /contact/"
5862 side : right
Original file line number Diff line number Diff line change @@ -8,11 +8,14 @@ permalink: "/404.html"
88## No problem!
99
1010Try...
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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments