popov.link/_includes/reading-time.html

7 lines
219 B
HTML
Raw Normal View History

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 '-' -%}
2024-02-14 14:12:06 +04:00
{{- words | plus: 150 | divided_by: 150 | append: ' min read' | xml_escape -}}
2024-02-14 11:38:24 +04:00
{%- endunless -%}