--- layout: default --- {% include logo.svg width=103 height=136 %} {% if site.title %} {{ site.title | escape }} {% endif %} {% if site.twitter_username %} {% include twitter.svg %} {% endif %} {% if site.github_username %} {% include github.svg %} {% endif %} {% if site.email %} {% include email.svg %} {% endif %} {% for post in site.posts %} {{ post.date | date: "%b %-d, %Y" }} {{ post.title | escape }} {{ post.excerpt | strip_html | normalize_whitespace | truncate: 160 | escape }} {% endfor %}
{{ post.excerpt | strip_html | normalize_whitespace | truncate: 160 | escape }}