add categories
[web.git] / ralf / _includes / post-list.html
diff --git a/ralf/_includes/post-list.html b/ralf/_includes/post-list.html
new file mode 100644 (file)
index 0000000..7b14efc
--- /dev/null
@@ -0,0 +1,8 @@
+{% for post in include.posts %}
+    <header class="subtitle">
+      {% include post-header.html item=post %}
+      <h1><a href="{{ post.url }}">{{ post.title }}</a></h1>
+    </header>
+    {{ post.excerpt }}
+    <p><a href="{{ post.url }}">Read more...</a></p>
+{% endfor %}