Replace word count with estimated reading time
parent
afae4debb6
commit
a5095a465a
|
@ -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> — {{ .FuzzyWordCount }} mots
|
||||
</time> — {{ div .FuzzyWordCount 230 }} minutes
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue