5 lines
205 B
HTML
5 lines
205 B
HTML
<span class="reading time" title="Estimated reading time">
|
|
{% assign words = content | number_of_words %}
|
|
{% if words < 360 %}1 minute{% else %}{{ words | divided_by:180 }} minutes{% endif %} read
|
|
</span>
|