#** * Atom feed links and badges. * @author Dave Johnson *# #** * Show links to category feeds for categories that are immediate children * of the specified category. *# #macro( showAtomLinksForCategory $category ) $text.get("macro.rss.all")
#set( $categories = $pageModel.getWeblogCategories($category) ) #foreach( $cat in $categories ) $cat.path
#end #end #** * Show links to all available Atom feeds for your weblog. *# #macro( showAtomLinks )#showAtomLinksForCategory("nil")#end #** * Show Atom Autodiscovery link for your weblog. *# #macro( showAtomAutodiscoveryLink ) #end #** * Show RSS badge with link to your weblog's main RSS feed. *# #macro( showAtomBadge ) XML #end