Add pagination for taxonomies. Close #20

This commit is contained in:
Dmitry Kolosov 2020-06-07 13:36:02 +03:00
parent 82727c8e8a
commit 9ea38661fb
8 changed files with 16 additions and 31 deletions

View file

@ -10,7 +10,7 @@
<header>
<h2 class="post-title{{ if .Params.favorite }} favorite{{end}}"><a href="{{ .RelPermalink }}">{{ trim .Title " " }}</a></h2>
</header>
{{ partial "postInfoFull.html" . }}
{{ partial "postInfo.html" . }}
</div>
{{ end }}