mmistakes / minimal-mistakes

:triangular_ruler: Jekyll theme for building a personal site, blog, project documentation, or portfolio.
https://mmistakes.github.io/minimal-mistakes/
MIT License
12.48k stars 25.73k forks source link

Cannot get the posts by tag section with tags and their counts to show? #1951

Closed cwerner closed 6 years ago

cwerner commented 6 years ago

Hi and thanks for your great theme.

I'm struggling to get the section of your example to display: https://mmistakes.github.io/minimal-mistakes/tags/

I do get my sections of posts by tag as a link list, but I cannot see the top section of your example with the tags listed plus their counts.

Do I need to have a Jekyll plugin installed for this to work? I host on gh-pages...

What I want:

image

What I have:

image

My site is here: https://github.com/cwerner/chrwerner.github.io

I'm not quite sure if I messed up your theme on the way as I must admit that I don't really know what I'm doing here...

Thanks!

mmistakes commented 6 years ago

You're not using the correct layout. Instead of layout: archive your want layout: tags

If you're still in doubt, check the source for the demo site's tag page.

cwerner commented 6 years ago

Dough!

Sorry for the rookie (m)mistake and thanks for the quick help.