blob: de716012f055b3f03de881412cf19c84e1eab44d (
plain) (
blame)
1
2
3
4
5
6
7
|
{%- capture words -%}
{{- content | number_of_words | minus: 180 -}}
{%- endcapture -%}
{%- unless words contains '-' -%}
{{- words | plus: 150 | divided_by: 150 | append: ' min read' -}}
{%- endunless -%}
|