Import pages (then remove stuff)
This commit is contained in:
parent
fe36a76239
commit
8408a5d8fa
11 changed files with 658 additions and 0 deletions
12
pages/search.md
Normal file
12
pages/search.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
layout: page
|
||||
show_meta: false
|
||||
title: "Search"
|
||||
permalink: "/search/"
|
||||
---
|
||||
|
||||
{% include google_search.html %}
|
||||
|
||||
<form style="padding-bottom: 200px;" onsubmit="google_search()" >
|
||||
<input type="text" id="google-search" placeholder="{{ site.data.language.enter_search_term }}">
|
||||
</form>
|
Reference in a new issue