- {% for post in site.posts %}
-
-
-
+
+
-
-
- {{ post.date | date: "%b %e, %Y" }}
- {{ post.content | number_of_words | divided_by: 200 }} min read
- {{ post.title }}
-{{ post.excerpt | strip_html | truncatewords: 35 }}
-
- Read
- →
-
-
- {% endfor %}
+
+
+
+ {% for post in site.posts %}
+
-
-
+
- {{ post.date | date: "%b %e, %Y" }}
+ {{ post.content | number_of_words | divided_by: 200 }} min read
- {% for author in page.authors %}
- — {{ author.name }}{% unless forloop.last %}, {% endunless %}
+
+ {{ post.excerpt | strip_html | truncatewords: 35 }}{{ post.title }}
+
+ Read
+ →
+
+
{% endfor %}
-
+ {% for author in page.authors %} + — {{ author.name }}{% unless forloop.last %}, {% endunless %} + {% endfor %} +
{%- include footer.html -%}