mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-13 01:02:10 +00:00
497d5da5a3
- Add qualitative description to reading time - Add word count + reading time to post list
4 lines
341 B
HTML
4 lines
341 B
HTML
<span itemprop="wordCount">{{ .WordCount }}</span> words
|
|
{{- with .ReadingTime }},
|
|
a{{ if lt . 10 }} short{{ else if and (gt . 20) (lt . 30) }} somewhat long{{ else if and (gt . 29) (lt . 60) }} long{{ else if gt . 59 }} very long{{ end }}
|
|
<time itemprop="timeRequired" datetime="PT{{ . }}M">{{ . }} minute</time> read{{- end }}
|