diff --git a/templates/home.html b/templates/home.html
index 837163b..730a7b9 100644
--- a/templates/home.html
+++ b/templates/home.html
@@ -1,4 +1,2 @@
Hi there, I'm Pagwin
I post here sometimes
-Posts
-{{> templates/post-list.html }}
diff --git a/templates/posts.html b/templates/posts.html
index a1b75d3..6df9698 100644
--- a/templates/posts.html
+++ b/templates/posts.html
@@ -1,3 +1,5 @@
-{{#posts}}
-{{title}}
-{{/posts}}
+
+ {{#posts}}
+ - {{title}} - {{date}}
+ {{/posts}}
+