aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/_default/home.archives.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/layouts/_default/home.archives.html')
-rw-r--r--themes/default/layouts/_default/home.archives.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/themes/default/layouts/_default/home.archives.html b/themes/default/layouts/_default/home.archives.html
index 370bec0..dba19b6 100644
--- a/themes/default/layouts/_default/home.archives.html
+++ b/themes/default/layouts/_default/home.archives.html
@@ -10,13 +10,13 @@
{{ partial "navigator-middle.html"
(dict
- "Title" "Archives"
- "Subtitle" (partial "count-total-messages.html" .)
- "Icon" "arrow-left"
+ "Context" .
"IconLabel" "Back"
- "Href" "/"
"Id" "back"
- "Context" .
+ "Title" "Archives"
+ "Icon" "arrow-left"
+ "Subtitle" (partial "count-total-messages.html" .)
+ "Href" (or (and (gt .Paginator.PageNumber 1) (.Paginator.Prev.URL | absURL)) "/")
)
}}