Merge pull request #277 from radoeka/radoeka-patch-2
tipue_search search improvement
This commit is contained in:
commit
483edd7e3a
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@
|
||||||
{% if SITESUBTITLE %}<p>{{ SITESUBTITLE }}</p>{% endif %}
|
{% if SITESUBTITLE %}<p>{{ SITESUBTITLE }}</p>{% endif %}
|
||||||
|
|
||||||
{% if PLUGINS and 'tipue_search' in PLUGINS %}
|
{% if PLUGINS and 'tipue_search' in PLUGINS %}
|
||||||
<form class="navbar-search" action="/search.html" role="search">
|
<form class="navbar-search" action="{{ SITEURL }}/search.html" role="search">
|
||||||
<input type="text" name="q" id="tipue_search_input" placeholder="{{ _('Search...') }}">
|
<input type="text" name="q" id="tipue_search_input" placeholder="{{ _('Search...') }}">
|
||||||
</form>
|
</form>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue