#141, Add page counters to taxonomy side menu
This commit is contained in:
parent
a33bb33f18
commit
a23d848db2
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue