Replace word count with estimated reading time

master
Quentin Duchemin 2021-05-25 02:56:02 +02:00
parent afae4debb6
commit a5095a465a
Signed by: Chosto
GPG Key ID: 0547178FEEDE7D6B
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
<div class="card-footer-item is-size-7">
<time datetime="{{ .Date.Format `2006-01-02T15:04:05Z07:00` | safeHTML }}">
{{ .Date.Day }} {{ index $.Site.Data.months_fr (printf "%d" .Date.Month) }} {{ .Date.Year }}
</time>&nbsp;&nbsp;{{ .FuzzyWordCount }} mots
</time>&nbsp;&nbsp;{{ div .FuzzyWordCount 230 }} minutes
</div>
</footer>
</div>