diff --git a/_includes/read_time.html b/_includes/read_time.html index c647f1d9c6..9cb3f7ae19 100644 --- a/_includes/read_time.html +++ b/_includes/read_time.html @@ -1,6 +1,4 @@ {%- assign words = content | number_of_words -%} -{%- if words < 360 -%} -
Estimated reading time: 1 minute
-{%- else -%} +{%- if words >= 360 -%}Estimated reading time: {{ words | divided_by:180 }} minutes
{%- endif -%}