We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a46286 commit 08d4ce7Copy full SHA for 08d4ce7
_includes/search-results.html
@@ -14,7 +14,6 @@ <h4 class="text-muted mb-4">{{ site.data.label.panel.trending_tags }}</h4>
14
{% capture url %}/tags/{{ tag | downcase | url_encode }}/{% endcapture %}
15
<a class="post-tag" href="{{ url | relative_url }}">{{ tag | replace: '-', ' ' }}</a>
16
{% endfor %}
17
- </div>
18
</div>
19
<div id="search-results" class="d-flex flex-wrap justify-content-center text-muted mt-3"></div>
20
0 commit comments