mirror of https://github.com/jpanther/congo.git
Fix issue
Fixes issues of Hugo throwing the following error: `_default/term.html:16:14: executing "main" at <.Paginate>: error calling Paginate: cannot convert type page.PagesGroup to Pages`pull/289/head
parent
2d90aca3fd
commit
8921e27e16
|
@ -13,6 +13,7 @@
|
|||
</section>
|
||||
{{ end }}
|
||||
<section>
|
||||
{{ if .Data.Pages }}
|
||||
{{ range (.Paginate (.Pages.GroupByDate "2006")).PageGroups }}
|
||||
{{ if $.Params.groupByYear | default ($.Site.Params.list.groupByYear | default true) }}
|
||||
<h2 class="mt-12 text-2xl font-bold text-neutral-700 first:mt-8 dark:text-neutral-300">
|
||||
|
@ -24,6 +25,7 @@
|
|||
{{ partial "article-link.html" . }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
</section>
|
||||
{{ partial "pagination.html" . }}
|
||||
{{ end }}
|
||||
|
|
Loading…
Reference in New Issue