fixes
[wolnelektury.git] / src / catalogue / templates / catalogue / 2022 / tag_catalogue.html
index 3d54c0b..517562a 100644 (file)
@@ -34,7 +34,7 @@
             <img src="{{ thumb.url }}" class="c-avatar">
             {% endthumbnail %}
           {% endif %}
-          <a class="s" href="{{ tag.get_absolute_url }}">{{ tag }}</a>
+          <a class="s" href="{{ tag.get_absolute_url }}">{{ tag }} ({{ tag.count }})</a>
         </li>
       {% endfor %}
     </ul>