rachel.cafe/index.html

13 lines
212 B
HTML

---
layout: default
title: "home"
---
<ul>
{% for post in site.posts %}
<li>
<h2><a href="{{ post.url }}">{{ post.title }}</a></h2>
{{ post.excerpt }}
</li>
{% endfor %}
</ul>