#macro( showEntryPermalink $entry ) posted #end ## you have to be so damn careful with whitespace in Velocity #macro( showUserPermalink $entry ) $entry.website.user.userName#if ($entry.category), in #showCategoryPermalink($entry) #end #end ## you have to be so damn careful with whitespace in Velocity #macro( showCategoryPermalink $entry ) $entry.category.name, #end
#formatDate( $plainFormat $day ) #showEntryDate( $day )
#foreach( $entry in $entries )

$entry.title $entry.text #showEntryPermalink( $entry ) by #showUserPermalink( $entry ) on #showTimestamp($entry.pubTime). (restrict search to just this blog)

#end