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