diff options
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html index 1b40864..151af39 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,2 +1,2 @@ <p><a href="/posts/new">Create new post</a></p> -{{# posts }}{{> post_teaser.html }}{{/ posts }} +{{# posts }}{{{ . }}}{{/ posts }} |