--- title: Blog layout: default permalink: /blog-alt/ mathjax: false --- {% for post in site.posts %}
{{post.alt}}

{{ post.title }}

{{ post.excerpt | markdownify | remove: '

' | remove: '

' }}
{% unless forloop.last %}
{% endunless %} {% endfor %}