--- layout: page permalink: "index.html" --- {% for post in site.posts %}

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

{{ post.description | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}

{% endfor %}