diff options
| author | sarva <liugq5713@gmail.com> | 2020-09-10 23:22:54 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-10 23:22:54 +0800 |
| commit | 439557fce42371dc297ce08e979367737b888749 (patch) | |
| tree | 732fd9c26bc9defeba4134a8c09860a782878af5 /layouts | |
| parent | b4aac078ceb68bb2d444a0340084df406cc9fcd6 (diff) | |
feat(taxonomy): custom order (#159)
Closes #157
Diffstat (limited to 'layouts')
| -rw-r--r-- | layouts/_default/taxonomy.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/taxonomy.html b/layouts/_default/taxonomy.html index 83dba7c..346c2bf 100644 --- a/layouts/_default/taxonomy.html +++ b/layouts/_default/taxonomy.html @@ -1,7 +1,7 @@ {{- define "title" }}{{ .Title }} ยท {{ .Site.Title }}{{ end -}} {{- define "content" }} -{{- $paginator := .Paginate .Data.Pages.ByDate.Reverse .Site.Params.archivePaginate -}} +{{- $paginator := .Paginate .Data.Pages .Site.Params.archivePaginate -}} <section id="archive" class="archive"> {{ if not $paginator.HasPrev -}} {{ if eq .Data.Plural "tags" -}} |
