# {{tag}} displaying empty/nothing

**URL:** https://talk.jekyllrb.com/t/tag-displaying-empty-nothing/4640
**Category:** Uncategorized
**Created:** [June 23, 2020, 10:15am UTC](https://talk.jekyllrb.com/t/tag-displaying-empty-nothing/4640 "2020-06-23T10:15:26Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Aiyush-G](https://avatars.discourse-cdn.com/v4/letter/a/b782af/32.png) [@Aiyush-G](https://talk.jekyllrb.com/u/Aiyush-G)
#### Post date: [June 23, 2020, 10:15am UTC](https://talk.jekyllrb.com/t/tag-displaying-empty-nothing/4640/1 "2020-06-23T10:15:27Z")

</div>

Hi all,

I am experiencing some unusual behaviour in Jekyll:

```
<div class="section-1400">
				<div class="container-fluid">
					<div class="row">
						<div class="col-12 text-left filter-sorting pb-4">
							<button class="btn btn-filter-tag-small font-weight-700 filter mr-3 position-relative active" data-filter="*">all posts<span class="btn-filter-icon-small bg-dark color-white">{{ site.posts | size }}</span></button>
							{% for tag in site.tags%}
							<button class="btn btn-filter-tag-small font-weight-700 filter mr-3 position-relative" data-filter=".{{tag}}">{{tag}}<span class="btn-filter-icon-small bg-dark color-white">{{tag | size }}</span></button>
							{% endfor %}
						</div>
					</div>
				</div>
</div>

```

When I try to run this code the expected behaviour isn’t what outputs but it duplicated everything on the page?  
Could someone please help?

Kind Regards  
Aiyush

---

<div class="post-metadata">

### Author: ![Aiyush-G](https://avatars.discourse-cdn.com/v4/letter/a/b782af/32.png) [@Aiyush-G](https://talk.jekyllrb.com/u/Aiyush-G)
#### Post date: [June 23, 2020, 10:55am UTC](https://talk.jekyllrb.com/t/tag-displaying-empty-nothing/4640/2 "2020-06-23T10:55:47Z")

</div>

If you would like my to share the files with you if it makes it any easier please reply below.  
Ag

---

<div class="post-metadata">

### Author: ![Aiyush-G](https://avatars.discourse-cdn.com/v4/letter/a/b782af/32.png) [@Aiyush-G](https://talk.jekyllrb.com/u/Aiyush-G)
#### Post date: [June 23, 2020, 12:17pm UTC](https://talk.jekyllrb.com/t/tag-displaying-empty-nothing/4640/3 "2020-06-23T12:17:56Z")

</div>

FIXED: used categories instead of tags
