--- permalink: "/index.html" layout: default sidebar: true title: "Home" id: index ---
{% for node in site.posts %}

{{ node.title | smartify | strip_html | normalize_whitespace }}

{% endfor %}