Skip to content

Commit 08d4ce7

Browse files
committed
Fixed HTML tag.
1 parent 8a46286 commit 08d4ce7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

_includes/search-results.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ <h4 class="text-muted mb-4">{{ site.data.label.panel.trending_tags }}</h4>
1414
{% capture url %}/tags/{{ tag | downcase | url_encode }}/{% endcapture %}
1515
<a class="post-tag" href="{{ url | relative_url }}">{{ tag | replace: '-', ' ' }}</a>
1616
{% endfor %}
17-
</div>
1817
</div>
1918
<div id="search-results" class="d-flex flex-wrap justify-content-center text-muted mt-3"></div>
2019
</div>

0 commit comments

Comments
 (0)