{assign var=title value="Archives - $blogname"} {include file="header.html"} {getarchiveposts assign=posts} {foreach from=$posts item=post} {if $post.newmonth}

{$post.posttime|date_format:"%b %Y"}

{/if}

{$post.posttime|date_format:"%d"}{$post.posttime|date_format:"suffix"} {$post.title}
{/foreach}