summaryrefslogtreecommitdiff
path: root/_includes/git-wiki/components/search/index.html
blob: f6b5ba312ce027264f5d433c3b0559263b92a372 (plain)
1
2
3
4
5
6
7
8
9
<div class="git-wiki-search">
    {% comment %}
    This component just select your preferred search engine based on _config.yml value
    {% endcomment %}

    {% assign se = site.search_engine | default: "github" %}
    {% assign file = "git-wiki/components/search/se_" | append: se | append: ".html" %}
    {% include {{file}} %}
</div>