Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 837 Bytes

articles.md

File metadata and controls

18 lines (17 loc) · 837 Bytes
layout title permalink
page
Articles
/articles/
{% for post in site.categories['articles'] %} {% assign reading_time = post.content | strip_html | number_of_words | plus:91 | divided_by:180 %} {% if reading_time <= 1 %} {% assign reading_time = '1' | append:' min read' %} {% else %} {% assign reading_time = reading_time | append:' min read' %} {% endif %}

{{ post.date | date_to_string }}, {{ reading_time }} — {% for tag in post.tags %} {{ tag }}{% if forloop.last == false %},{% endif %} {% endfor %}

{% endfor %}