aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/_default/home.history.html
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-10-03 01:08:40 -0400
committertdro <tdro@noreply.example.com>2022-10-03 01:08:40 -0400
commitfc175fbf07469ccef2260436ddde717e1e9fc1ba (patch)
tree434c8d65cb582e4cefda44e2570e96330b383c4e /themes/default/layouts/_default/home.history.html
parent7a4bd7a9a703052df5b5717e62f126a219015509 (diff)
downloadcanory-fc175fbf07469ccef2260436ddde717e1e9fc1ba.tar.gz
canory-fc175fbf07469ccef2260436ddde717e1e9fc1ba.tar.bz2
canory-fc175fbf07469ccef2260436ddde717e1e9fc1ba.zip
themes/default/layouts/_default/home.records: Paginate
Diffstat (limited to 'themes/default/layouts/_default/home.history.html')
-rw-r--r--themes/default/layouts/_default/home.history.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/layouts/_default/home.history.html b/themes/default/layouts/_default/home.history.html
index b0f0b80..8986608 100644
--- a/themes/default/layouts/_default/home.history.html
+++ b/themes/default/layouts/_default/home.history.html
@@ -20,7 +20,7 @@
)
}}
- <message-archive>
+ <history-archive>
<item-list>
{{ range (.Paginator.Pages.GroupByDate "2006") }}
{{ range (first 1 .Pages) }}
@@ -44,7 +44,7 @@
</ul>
{{ end }}
</item-list>
- </message-archive>
+ </history-archive>
{{ partial "pagination.html" . }}