aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/_default/home.archives.html
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-09-10 09:15:05 -0400
committertdro <tdro@noreply.example.com>2023-09-10 09:15:05 -0400
commit6b77bf7be196eb29f0e0f8739daaa9fdb94c1286 (patch)
tree9f32ad641e1fe367a12d1513e85dbe9b82caff8a /themes/default/layouts/_default/home.archives.html
parent1a5ebb6311a058e45a849642118b7b1d6fc7eecb (diff)
downloadcanory-6b77bf7be196eb29f0e0f8739daaa9fdb94c1286.tar.gz
canory-6b77bf7be196eb29f0e0f8739daaa9fdb94c1286.tar.bz2
canory-6b77bf7be196eb29f0e0f8739daaa9fdb94c1286.zip
themes/default/layouts/partials/count: Use more generic decoupled terms
Diffstat (limited to 'themes/default/layouts/_default/home.archives.html')
-rw-r--r--themes/default/layouts/_default/home.archives.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/default/layouts/_default/home.archives.html b/themes/default/layouts/_default/home.archives.html
index 0e9cfb7..e34d450 100644
--- a/themes/default/layouts/_default/home.archives.html
+++ b/themes/default/layouts/_default/home.archives.html
@@ -1,5 +1,5 @@
-{{- define "title" -}}Message Archive &mdash; {{- end -}}
-{{- define "description" -}}This page contains an archive of all messages &mdash; {{- end -}}
+{{- define "title" -}}Archives &mdash; {{ end -}}
+{{- define "description" -}}An archive of all items &mdash; {{ end -}}
{{- define "styles" -}}
<style>
{{ partial "navigator.css.html" (dict "Link" "/archives/messages/") | safeCSS }}
@@ -14,7 +14,7 @@
"Id" "back"
"Title" "Archives"
"Icon" "arrow-left"
- "Subtitle" (partial "count-total-messages.html" .)
+ "Subtitle" (print (partial "count.html" .) " " "Total")
"Href" (or (and (gt .Paginator.PageNumber 1) (.Paginator.Prev.URL | absURL)) "/")
)
-}}