#formatDate( $plainFormat $day ) #showEntryDate( $day )
#foreach( $entry in $entries )

$entry.title

#showEntryText( $entry ) $dateFormatter.applyPattern("MMMMM dd, yyyy hh:mm aa") #set( $fmtDate = $dateFormatter.format( $entry.pubTime ) ) $text.get("macro.weblog.postedby") $entry.creator.userName [$entry.category.name] ( $fmtDate ) #showEntryPermalink( $entry ) #if (($entry.commentsStillAllowed && $website.allowComments) || $commentCount > 0) | #end #showCommentsPageLink( $entry )
#end