We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4a61a8 commit 524667dCopy full SHA for 524667d
_pages/tags.md
@@ -35,7 +35,7 @@ title: Tags
35
36
<div class="archive-group">
37
<h3 id="{{ tag_name | slugify }}" class="category-head">
38
- {{ tag_name }} <span class="tag-count">({{ tag_size }})</span>
+ {{ tag_name }} ({{ tag_size }})
39
</h3>
40
<ul class="post-list">
41
{% for post in tag_posts reversed %}
0 commit comments