File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1616</ div >
1717{% endcapture %}
1818
19+ {% capture not_found %}< p class ="mt-5 "> Oops! No result founds.</ p > {% endcapture %}
20+
1921< script >
2022SimpleJekyllSearch ( {
2123 searchInput : document . getElementById ( 'search-input' ) ,
2224 resultsContainer : document . getElementById ( 'search-results' ) ,
2325 json : '{{ site.baseurl }}/search.json' ,
2426 searchResultTemplate : '{{ result_elem }}' ,
25- noResultsText : '<p class="mt-5">Oops! No result founds.</p> '
27+ noResultsText : '{{ not_found }} '
2628} ) ;
2729</ script >
Original file line number Diff line number Diff line change 66< div id ="search-result-wrapper " class ="d-flex justify-content-center unloaded ">
77 < div class ="col-12 col-xl-11 post-content ">
88 < div id ="search-hints ">
9- < h4 class ="text-muted "> Trending Tags </ h4 >
9+ < h4 class ="text-muted "> {{ site.data.label.panel.trending_tags }} </ h4 >
1010 {% include trending-tags.html %}
1111 </ div >
1212 < div id ="search-results " class ="d-flex flex-wrap justify-content-center text-muted mt-3 "> </ div >
You can’t perform that action at this time.
0 commit comments