Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 415 Bytes

File metadata and controls

19 lines (14 loc) · 415 Bytes
layout page
title Articles
permalink /blog/
cover-image gla-ucl-sketch.png

{% for post in site.categories.blog %}

{{post.title}}

{{ 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 %}