summaryrefslogtreecommitdiff
path: root/_includes/git-wiki/components/search/index.html
blob: 8af31e81f27b6734ff1e10dc2bb5fdf50d4eb9fd (plain)
1
2
3
4
5
6
7
{% 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}} %}