9 lines
208 B
HTML
9 lines
208 B
HTML
<span class="far fa-clock"></span>
|
|
{% assign words = include.content | number_of_words %}
|
|
{% if words < 180 %}
|
|
less than 1 minute read
|
|
{% else %}
|
|
{{ words | divided_by:180 }} minute read
|
|
{% endif %}
|
|
|