Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 368 Bytes

File metadata and controls

29 lines (18 loc) · 368 Bytes
layout default
title Home

{% for post in site.posts %}

[{{ post.title }}]({{ post.url }})

{% if post.image %}[![{{ post.title }}]({{ post.image }})]({{ post.url }}){% endif %}

{{ post.excerpt }}

{% if forloop.last == false %}


{% endif %}

{% endfor %}

{% comment %}

    {{ site | inspect }}
  

{% endcomment %}