aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/read-time.html
blob: 7222fc68c603b9f8d36c805b1b0db3f317275edf (plain)
1
2
3
4
5
6
{{ $seconds := mul (div .WordCount 180.0) 60.0 }}
{{ $format := printf "%.0f" $seconds }}

<read-time title="Takes {{ $format }} seconds to read">
  {{ $format }} sec
</read-time>