mirror of https://github.com/jpanther/congo.git
🔀 Merge pull request #145 from igalarzab/patch-1
Use the group by year var in the term partialpull/156/head
commit
694848a95a
|
@ -14,8 +14,10 @@
|
|||
{{ end }}
|
||||
<section>
|
||||
{{ range (.Paginate (.Pages.GroupByDate "2006")).PageGroups }}
|
||||
{{ if $.Params.groupByYear | default ($.Site.Params.list.groupByYear | default true) }}
|
||||
<h2 class="mt-12 text-2xl font-bold first:mt-8">{{ .Key }}</h2>
|
||||
<hr class="border-dotted border-neutral-400 w-36" />
|
||||
{{ end }}
|
||||
{{ range .Pages }}
|
||||
{{ partial "article-link.html" . }}
|
||||
{{ end }}
|
||||
|
|
Loading…
Reference in New Issue