Add posts count to tag list

This commit is contained in:
Jake Howard 2023-12-25 23:27:41 +00:00
parent 3c66267b79
commit 7a4aaca82c
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -12,6 +12,9 @@
</p> </p>
<p class="subtitle is-6">{{ page.summary }}</p> <p class="subtitle is-6">{{ page.summary }}</p>
</div> </div>
<div class="media-right">
{% with posts_count=page.get_listing_pages.count %}<p class="subtitle is-6 has-text-weight-light">{{ posts_count }} post{{ posts_count|pluralize }}</p>{% endwith %}
</div>
</div> </div>
</div> </div>
</div> </div>