mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
7 lines
239 B
HTML
7 lines
239 B
HTML
{%- unless page.skip_read_time == true -%}
|
|
{%- assign words = content | number_of_words -%}
|
|
{%- if words >= 360 -%}
|
|
<em class="reading-time">Estimated reading time: {{ words | divided_by:180 }} minutes</em>
|
|
{%- endif -%}
|
|
{%- endunless -%}
|