Sha256: 4984d8558d2bb06a7e523c12a5bb92170436f3c5c5ad66ea8b8f580cd4b4574e

Contents?: true

Size: 407 Bytes

Versions: 12

Compression:

Stored size: 407 Bytes

Contents

{% if include.content %}
    {% assign words = include.content | number_of_words %}
{% else %}
    {% assign words = content | number_of_words %}
{% endif %}
<span class="align-self-start my-1 reading-time bg-light text-dark badge" title="Estimated read time">{% if words < 360 %}1 min read{% else %}{{ words | divided_by:180 }} mins read{% endif %} <i class="fa fa-clock-o" aria-hidden="true"></i></span>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
linaro-jekyll-theme-4.3.3 _includes/blog/read_time.html
linaro-jekyll-theme-4.3.2 _includes/blog/read_time.html
linaro-jekyll-theme-4.3.1 _includes/blog/read_time.html
linaro-jekyll-theme-4.3.0 _includes/blog/read_time.html
linaro-jekyll-theme-4.2.0 _includes/blog/read_time.html
linaro-jekyll-theme-4.1.6 _includes/blog/read_time.html
linaro-jekyll-theme-4.1.5 _includes/blog/read_time.html
linaro-jekyll-theme-4.1.4 _includes/blog/read_time.html
linaro-jekyll-theme-4.1.3 _includes/blog/read_time.html
linaro-jekyll-theme-4.1.2 _includes/blog/read_time.html
linaro-jekyll-theme-4.1.1 _includes/blog/read_time.html
linaro-jekyll-theme-4.1.0 _includes/blog/read_time.html