mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2025-04-04 12:55:45 +00:00
#141, Add page counters to taxonomy side menu
This commit is contained in:
parent
a33bb33f18
commit
a23d848db2
@ -6,8 +6,9 @@
|
||||
<strong>{{ .Title | title }}</strong>
|
||||
<ul>
|
||||
{{ range .Pages }}
|
||||
<li>
|
||||
<li class="flex justify-between">
|
||||
<a href="{{ .RelPermalink }}">{{ .Title }}</a>
|
||||
<span>{{ len .Pages }}</span>
|
||||
</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
|
Loading…
Reference in New Issue
Block a user