From 910fc5f3b0309430bb10ce10828b01d7027b3adf Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Fri, 29 Apr 2022 01:17:06 +0800 Subject: [PATCH] :zap: Perf: add detail value for title of total word count (#124) --- layouts/partials/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index c593cf70..66140627 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -63,7 +63,7 @@ {{- if ge $humanizedNum 1000 -}} {{- $humanizedNum = printf "%.2fK" (div $humanizedNum 1000.0) -}} {{- end -}} -  {{- T "totalwordCount" (dict "Count" $humanizedNum) -}} +  {{- T "totalwordCount" (dict "Count" $humanizedNum) -}} {{- end -}} {{- end -}}