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 -}}