mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 23:38:56 +00:00
⚡ Perf: add detail value for title of total word count (#124)
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
{{- if ge $humanizedNum 1000 -}}
|
||||
{{- $humanizedNum = printf "%.2fK" (div $humanizedNum 1000.0) -}}
|
||||
{{- end -}}
|
||||
<span class="total-word-count footer-divider"><i class="far fa-keyboard fa-fw"></i> {{- T "totalwordCount" (dict "Count" $humanizedNum) -}}</span>
|
||||
<span class="total-word-count footer-divider" title='{{- T "totalwordCount" . }}'><i class="far fa-keyboard fa-fw"></i> {{- T "totalwordCount" (dict "Count" $humanizedNum) -}}</span>
|
||||
{{- end -}}
|
||||
{{- end -}}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user