Sha256: 389636c6bfb8ba5defe1ed5adcf53420f2184f4f5ea85bd1fff8e38ece0144f6

Contents?: true

Size: 501 Bytes

Versions: 5

Compression:

Stored size: 501 Bytes

Contents

{% assign data = include.object.payload %}
<div class="col col-12 ">
    <div id="post_search" data-search-label="{{data.search_label}}">
        <input class="form-control form-control-lg" id="search-input" type="text"
            placeholder="Search {{site.categories[data.category].size}} posts..." />
        <a class="close_search" href="#">
            X <span class="sr-only">Clear Search</span>
        </a>
        <ul class="list-unstyled p-3" id="results-container"></ul>
    </div>
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
linaro-jekyll-theme-4.3.3 _includes/blog/post_search_fess.html
linaro-jekyll-theme-4.3.2 _includes/blog/post_search_fess.html
linaro-jekyll-theme-4.3.1 _includes/blog/post_search_fess.html
linaro-jekyll-theme-4.3.0 _includes/blog/post_search_fess.html
linaro-jekyll-theme-4.2.0 _includes/blog/post_search_fess.html