| layout | page |
|---|---|
| title | Articles |
| permalink | /blog/ |
| cover-image | gla-ucl-sketch.png |
{% for post in site.categories.blog %}
{{ post.excerpt }}
{% assign minutes = post.content | number_of_words | divided_by: 180 %}
by {{ post.author.name }} on {{ post.date | date: '%b %d, %Y' }}. {{minutes}} min read.
{% endfor %}