_includes/blog/read_time.html in jumbo-jekyll-theme-5.7.0.4 vs _includes/blog/read_time.html in jumbo-jekyll-theme-5.7.0.5

- old
+ new

@@ -2,6 +2,6 @@ {% if include.content %} {% assign words = include.content | number_of_words %} {% else %} {% assign words = content | number_of_words %} {% endif %} -<span class="reading-time" 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> +<span class="reading-time badge badge-light" 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>