{% assign category0 = post.categories %} {% assign words_per_minute = site.words_per_minute | default: 200 %} {% assign words = post.content | strip_html | number_of_words %} <p class=“post_info material400 small”>
<a href="{{ post.url }}"> posted at {{ post.date | date: '%l:%M %p on %m/%d/%Y' }} · {{ category0 }} · {% if words < words_per_minute %} less than a minute to read {% elsif words == words_per_minute %} 1 minute to read {% else %} {{ words | divided_by:words_per_minute }} minutes to read {% endif %} </a>
</p>