Use tiny date format on posts

This commit is contained in:
Neil Lalonde 2013-06-24 18:46:52 -04:00
parent d9a8419d68
commit 008f3b4785

View File

@ -45,7 +45,7 @@
</div> </div>
{{/if}} {{/if}}
<div class='post-info'> <div class='post-info'>
<a href='#' class='post-date' {{bindAttr data-share-url="shareUrl"}}>{{date created_at}}</a> <a href='#' class='post-date' {{bindAttr data-share-url="shareUrl"}}>{{unboundAge created_at}}</a>
</div> </div>
</div> </div>
{{/unless}} {{/unless}}