| layout | default |
|---|---|
| title | Home |
{% for post in site.posts %}
{% if post.image %}[]({{ post.url }}){% endif %}
{{ post.excerpt }}
{% if forloop.last == false %}
{% endif %}
{% endfor %}
{% comment %}
{{ site | inspect }}
{% endcomment %}