25 lines
618 B
Markdown
25 lines
618 B
Markdown
|
---
|
||
|
layout: default_minimal
|
||
|
title: "Search"
|
||
|
description: "Search"
|
||
|
permalink: /search/
|
||
|
sitemap: false
|
||
|
noindex: true
|
||
|
nofollow: true
|
||
|
category: base
|
||
|
---
|
||
|
|
||
|
{% if site.google_search %}
|
||
|
<div id="searchbox2" style="margin:0 auto; display: table;">
|
||
|
<div class="searchcont2">
|
||
|
<!-- span class="searchicon2"><i class="fa fa-search fa-2x"></i></span -->
|
||
|
<form role="search" method="get" action="{{ site.url }}/cse/">
|
||
|
<input id="searchString2" name="searchString2"
|
||
|
placeholder=" Search" type="text">
|
||
|
</form>
|
||
|
</div>
|
||
|
</div>
|
||
|
{% else %}
|
||
|
Google Custom Search key is not set in `_config.yml`
|
||
|
{% endif %}
|