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