File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 66 {% assign words = page.content | strip_html | number_of_words %}
77{% endif %}
88
9- {% if words < 180 %}
9+ {% if words < words _per_minute %}
1010 {{ site.data.ui-text[site.locale].less_than | default: "less than" }} 1 {{ site.data.ui-text[site.locale].minute_read | default: "minute read" }}
11- {% elsif words < 360 %}
11+ {% elsif words == words_per_minute %}
1212 1 {{ site.data.ui-text[site.locale].minute_read | default: "minute read" }}
1313{% else %}
1414 {{ words | divided_by:words_per_minute }} {{ site.data.ui-text[site.locale].minute_read | default: "minute read" }}
Original file line number Diff line number Diff line change 66 {% assign words = page.content | strip_html | number_of_words %}
77{% endif %}
88
9- {% if words < 180 %}
9+ {% if words < words _per_minute %}
1010 {{ site.data.ui-text[site.locale].less_than | default: "less than" }} 1 {{ site.data.ui-text[site.locale].minute_read | default: "minute read" }}
11- {% elsif words < 360 %}
11+ {% elsif words == words_per_minute %}
1212 1 {{ site.data.ui-text[site.locale].minute_read | default: "minute read" }}
1313{% else %}
1414 {{ words | divided_by:words_per_minute }} {{ site.data.ui-text[site.locale].minute_read | default: "minute read" }}
You can’t perform that action at this time.
0 commit comments