Jekyll & Liquid: Output category list with post count?
问题 I'm somehow stuck and don't find the right way to do it. I want to output a category list with the number of posts in each categorie. I got this far: https://paste.xinu.at/dOLtod/ but I never managed to get the real count. I tried so many ways and nothing worked, for example going through each post and checked on every category if it equals {{ category | first }}. Here is the code without the count: <ul class="dropdown-menu"> {% for category in site.categories %} <li class="camelize_me"> <a