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
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@
</p>
<p class="subtitle is-6">{{ page.summary }}</p>
</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>