#macro( showEntryPermalink $entry ) posted #end ## you have to be so damn careful with whitespace in Velocity #macro( showUserPermalink $entry ) $entry.website.creator.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 #set($stripped = $utilities.removeHTML($entry.text, true)) $utilities.truncateText($stripped, 240, 260, "...") #showEntryText($entry.text) #showEntryPermalink( $entry ) by #showUserPermalink( $entry ) on #showTimestamp($entry.pubTime). (restrict search to just this blog)

#end