1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

Beautified the tags in posts.

This commit is contained in:
Cotes Chung
2019-11-29 00:04:01 +08:00
parent 5354a2adbf
commit 98e1cf8252
2 changed files with 5 additions and 2 deletions

View File

@@ -69,7 +69,7 @@ layout: default
<a href="{{ site.baseurl }}/tags/{{ tag | replace: ' ', '-' | downcase }}/"
class="post-tag no-text-decoration" >
{{- tag -}}
</a>{%- if forloop.last != true -%}&ensp;{%- endif -%}
</a>
{% endfor %}
</div>
{% endif %}