mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-11-05 08:25:59 -06:00
7 lines
285 B
HTML
7 lines
285 B
HTML
<div class="category-metadata" aria-label="{{ i18n "aria_category_metadata" }}">
|
|
<span class="category-meta-item" aria-label="{{ i18n "aria_category_post_count" }}">
|
|
{{ partial "icon.html" "newspaper" }}
|
|
{{ i18n "post_count" (len .Data.Pages) }}
|
|
</span>
|
|
</div>
|