{% for post in site.posts %}

{{ post.title }}

{% if post.github_url %} {{ post.github_short }} {% endif %}
{{ post.description | strip_html | truncatewords:50 }}
{% if post.image %} Image of {{ post.title }} {% endif %}
{% endfor %}