Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDillon <dillonzq@outlook.com>2020-03-09 22:51:26 +0300
committerDillon <dillonzq@outlook.com>2020-03-09 22:51:26 +0300
commitfbf7a3caf1e4b83bead82ca927819f33e76bbfe9 (patch)
tree824658efb6deb5e9a21589a16fed8fe03407cc65 /layouts/taxonomy/list.html
parent1f5b8912e4cc414b5bdcdcaa4f5306a2beb178c3 (diff)
fix(list): fix list title humanize bug
Diffstat (limited to 'layouts/taxonomy/list.html')
-rw-r--r--layouts/taxonomy/list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/taxonomy/list.html b/layouts/taxonomy/list.html
index 34bd9d6..0c309e2 100644
--- a/layouts/taxonomy/list.html
+++ b/layouts/taxonomy/list.html
@@ -1,5 +1,5 @@
{{- define "title" -}}
- {{- .Title }} | {{ T .Data.Singular | default (humanize .Data.Singular) }} | {{ .Site.Title -}}
+ {{- .Title | humanize }} | {{ T .Data.Singular | default (humanize .Data.Singular) }} | {{ .Site.Title -}}
{{- end -}}
{{- define "content" -}}