Skip to content

Commit

Permalink
Fixed HTML tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
cotes2020 committed May 14, 2020
1 parent 8a46286 commit 08d4ce7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion _includes/search-results.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ <h4 class="text-muted mb-4">{{ site.data.label.panel.trending_tags }}</h4>
{% capture url %}/tags/{{ tag | downcase | url_encode }}/{% endcapture %}
<a class="post-tag" href="{{ url | relative_url }}">{{ tag | replace: '-', ' ' }}</a>
{% endfor %}
</div>
</div>
<div id="search-results" class="d-flex flex-wrap justify-content-center text-muted mt-3"></div>
</div>
Expand Down

0 comments on commit 08d4ce7

Please sign in to comment.