Term add card view

This commit is contained in:
Nuno Coração
2022-12-12 23:26:43 +00:00
parent 5d5dcaa7f8
commit b2045506dc
5 changed files with 105 additions and 37 deletions
+2 -5
View File
@@ -60,9 +60,7 @@
{{ end }}
{{ end }}
{{ range (.Paginate (.Pages.GroupByDate "2006")).PageGroups }}
{{ if $.Params.groupByYear | default ($.Site.Params.list.groupByYear | default true) }}
<h2 class="mt-12 mb-5 text-2xl font-bold text-neutral-700 first:mt-8 dark:text-neutral-300">
@@ -131,5 +129,4 @@
{{ partial "pagination.html" . }}
{{ end }}
{{ end }}