aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/_default/section.likes.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/layouts/_default/section.likes.html')
-rw-r--r--themes/default/layouts/_default/section.likes.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/layouts/_default/section.likes.html b/themes/default/layouts/_default/section.likes.html
index f2d5877..130765a 100644
--- a/themes/default/layouts/_default/section.likes.html
+++ b/themes/default/layouts/_default/section.likes.html
@@ -30,7 +30,7 @@
"Id" "back"
"Title" "Likes"
"Icon" "arrow-left"
- "Subtitle" (partial "count-likes.html" .)
+ "Subtitle" (print (partial "count-likes.html" .) " " "Total")
"Href" (or (and (gt $paginator.PageNumber 1) ($paginator.Prev.URL | absURL)) "/")
)
-}}
@@ -43,7 +43,7 @@
{{- partial "render-embed.html" . -}}
{{- else -}}
<footer>
- <code>No likes found!</code>
+ <code>No items found!</code>
</footer>
{{- end -}}
{{- end -}}