aboutsummaryrefslogtreecommitdiffstats
path: root/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/index.html b/templates/index.html
index a4279bd..2a3a95b 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -4,8 +4,6 @@
<title>{{ title }}</title>
</head>
<body>
- <ul>
- {{# posts }}<li>{{ .title }}</li>{{/ posts }}
- </ul>
+ {{# posts }}{{> post_teaser.html }}{{/ posts }}
</body>
</html>