Fixed HTML tag.

This commit is contained in:
Cotes Chung 2020-05-14 21:59:18 +08:00
parent 8a46286373
commit 08d4ce77e2
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@
{% 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>