Clean up search page
This commit is contained in:
parent
9979d429b8
commit
bfbeb5be2f
2 changed files with 1 additions and 3 deletions
|
@ -3,5 +3,3 @@ title: Search
|
||||||
linkTitle: 🔎
|
linkTitle: 🔎
|
||||||
layout: search
|
layout: search
|
||||||
---
|
---
|
||||||
|
|
||||||
test
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<section id="main" class="container">
|
<section id="main" class="container">
|
||||||
{{ partial "content.html" . }}
|
{{ partial "content.html" . }}
|
||||||
<div class="search-input-container">
|
<div class="search-input-container">
|
||||||
<input id="search" type="text" placeholder="Search ⌕"/>
|
<input id="search" type="text" placeholder="⌕"/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row search-results">
|
<div class="row search-results">
|
||||||
|
|
Loading…
Reference in a new issue