diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2018-12-19 17:43:10 +0100 |
|---|---|---|
| committer | Yehonal <yehonal.azeroth@gmail.com> | 2018-12-19 17:43:36 +0100 |
| commit | c9d5ac3d8e1d5a8d3a65bf1fb6e0023c6dc6b85c (patch) | |
| tree | 70f9af3cf873707ec47941a3d154a6e5b9c6c8fc /_includes/git-wiki/components/search/index.html | |
| parent | 08bb243916dc812c2b6b18d0ff24710dd1a1306b (diff) | |
| download | wiki-c9d5ac3d8e1d5a8d3a65bf1fb6e0023c6dc6b85c.tar.gz wiki-c9d5ac3d8e1d5a8d3a65bf1fb6e0023c6dc6b85c.tar.bz2 wiki-c9d5ac3d8e1d5a8d3a65bf1fb6e0023c6dc6b85c.zip | |
Various css fixes
Diffstat (limited to '_includes/git-wiki/components/search/index.html')
| -rw-r--r-- | _includes/git-wiki/components/search/index.html | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/_includes/git-wiki/components/search/index.html b/_includes/git-wiki/components/search/index.html index 8af31e8..f6b5ba3 100644 --- a/_includes/git-wiki/components/search/index.html +++ b/_includes/git-wiki/components/search/index.html @@ -1,7 +1,9 @@ -{% comment %} +<div class="git-wiki-search"> + {% comment %} This component just select your preferred search engine based on _config.yml value -{% endcomment %} + {% endcomment %} -{% assign se = site.search_engine | default: "github" %} -{% assign file = "git-wiki/components/search/se_" | append: se | append: ".html" %} -{% include {{file}} %}
\ No newline at end of file + {% assign se = site.search_engine | default: "github" %} + {% assign file = "git-wiki/components/search/se_" | append: se | append: ".html" %} + {% include {{file}} %} +</div>
\ No newline at end of file |
