diff --git a/tags.md b/tags.md index 43ae96bb..4a2e5e29 100644 --- a/tags.md +++ b/tags.md @@ -42,7 +42,7 @@ ul { {% assign top_popular_tags = sorted_popular_tags | slice: 0, page.popular_count %} ### Top {{ page.popular_count }} Tags -
+
{% for tag in top_popular_tags %} {% assign tagitems = tag | split: '#' %} {% assign name = tagitems[1] %} @@ -77,7 +77,7 @@ ul { {% if filtered_list.size > 0 %} {{ letter }} -
+
{% for tag in filtered_list %} #{{ tag }}{% endfor %}