--- layout: default --- {% include masthead.html %}
{% for post in site.posts %}
{% if post.license %}{{ post.license }}{% else %}WTFPL{% endif %}
by {% if post.author %}{{ post.author }}{% else %}ExtraConcentratedJuice{% endif %}

{% if post.description_short %}{{ post.description_short }}{% else %}{{ post.description | strip_html | strip_newlines | truncate: 170 }}{% endif %}

{% endfor %}