#141, Add page counters to taxonomy side menu

soper-book
Alex Shpak 2020-02-10 22:24:36 +01:00
parent a33bb33f18
commit a23d848db2
1 changed files with 2 additions and 1 deletions

View File

@ -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>