--- permalink: "posts.html" layout: default title: "Posts" show: true --- {{ page.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify }} {% for item in site.posts %} {{ item.date | date_to_long_string }} {{ item.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify }} {% endfor%}