--- permalink: "index.html" layout: page --- {% assign postsByYear = site.posts | group_by_exp: "post", "post.date | date: '%Y'" %} {% include sociallinks.html %} {% for year in postsByYear %}

{{ year.name | strip_newlines | strip_html | strip | normalize_whitespace | slugify }}

{% for post in year.items %}

{{ post.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | capitalize }}

{% if post.description %}

{{ post.description | strip_newlines | strip_html | strip | normalize_whitespace | smartify | truncatewords: 32 }}

{% endif %}
{% endfor %} {% endfor %}