Skip to content

Commit

Permalink
feat(taxonomy): custom order (#159)
Browse files Browse the repository at this point in the history
Closes #157
  • Loading branch information
Liugq5713 committed Sep 10, 2020
1 parent b4aac07 commit 439557f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/_default/taxonomy.html
Original file line number Diff line number Diff line change
@@ -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" -}}
Expand Down

0 comments on commit 439557f

Please sign in to comment.