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