2024-02-14 10:38:24 +03:00
|
|
|
{%- capture words -%}
|
|
|
|
{{- content | number_of_words | minus: 180 -}}
|
|
|
|
{%- endcapture -%}
|
2024-02-14 02:38:59 +03:00
|
|
|
|
2024-02-14 10:38:24 +03:00
|
|
|
{%- unless words contains '-' -%}
|
|
|
|
{{- words | plus: 150 | divided_by: 150 | append: ' min read' -}}
|
|
|
|
{%- endunless -%}
|