{%- comment -%} Calculate reading time based on word count Average reading speed: 200 words per minute {%- endcomment -%} {%- assign words = include.content | strip_html | number_of_words -%} {%- assign minutes = words | divided_by: 200 -%} {%- if minutes == 0 -%} {%- assign minutes = 1 -%} {%- endif -%} {{ minutes }} min read