krata/_includes/search-results.html

14 lines
466 B
HTML
Raw Normal View History

2019-09-30 14:38:41 +02:00
<!--
The Search results
© 2017-2019 Cotes Chung
MIT License
-->
<div id="search-result-wrapper" class="d-flex justify-content-center unloaded">
<div class="col-12 col-xl-11 post-content">
<div id="search-hints">
2019-12-31 17:18:21 +01:00
<h4 class="text-muted">{{ site.data.label.panel.trending_tags }}</h4>
{% include trending-tags.html %}
2019-09-30 14:38:41 +02:00
</div>
<div id="search-results" class="d-flex flex-wrap justify-content-center text-muted mt-3"></div>
2019-09-30 14:38:41 +02:00
</div>
</div>