From 3d9aad32056567b292795e2941428d7ab157cc42 Mon Sep 17 00:00:00 2001 From: Dillon Date: Sat, 14 Mar 2020 14:42:12 +0800 Subject: feat(style): adjust style of header, tags and dynamic-to-top button --- layouts/taxonomy/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layouts/taxonomy/list.html') diff --git a/layouts/taxonomy/list.html b/layouts/taxonomy/list.html index 0c309e2..34bd9d6 100644 --- a/layouts/taxonomy/list.html +++ b/layouts/taxonomy/list.html @@ -1,5 +1,5 @@ {{- define "title" -}} - {{- .Title | humanize }} | {{ T .Data.Singular | default (humanize .Data.Singular) }} | {{ .Site.Title -}} + {{- .Title }} | {{ T .Data.Singular | default (humanize .Data.Singular) }} | {{ .Site.Title -}} {{- end -}} {{- define "content" -}} -- cgit v1.2.3