1
0
Fork 0

Import pages (then remove stuff)

This commit is contained in:
Luca Beltrame 2015-05-10 00:27:37 +02:00
parent fe36a76239
commit 8408a5d8fa
11 changed files with 658 additions and 0 deletions

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