aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/_default/home.authors.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/layouts/_default/home.authors.html')
-rw-r--r--themes/default/layouts/_default/home.authors.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/default/layouts/_default/home.authors.html b/themes/default/layouts/_default/home.authors.html
index ee24585..87ebc3c 100644
--- a/themes/default/layouts/_default/home.authors.html
+++ b/themes/default/layouts/_default/home.authors.html
@@ -1,5 +1,5 @@
-{{- define "title" -}}Authors — {{- end -}}
-{{- define "description" -}}This page contains a list of all authors — {{- end -}}
+{{- define "title" -}}Authors — {{ end -}}
+{{- define "description" -}}A list of all authors — {{ end -}}
{{- define "styles" -}}
<style>
{{ partial "navigator.css.html" (dict "Link" "/authors/") | safeCSS }}
@@ -10,7 +10,7 @@
{{- partial "navigator-middle.html"
(dict
"Title" "Authors"
- "Subtitle" (partial "count-authors.html" .)
+ "Subtitle" (print (partial "count-authors.html" .) " " "Total")
"Icon" "arrow-left"
"IconLabel" "Back"
"Href" "/"