fixed typo

This commit is contained in:
Sacha Greif 2012-10-08 18:17:24 +09:00
parent 2999056c0b
commit 548e288ac3

View file

@ -0,0 +1,7 @@
<template name="posts_today">
<div class="posts grid list">
{{#each posts}}
{{> post_item}}
{{/each}}
</div>
</template>