| ... | in feeds.naml |
|
120 121 122 123 124 125 126 127 128 129 130 131 132 133
|
<macro name="atom_posts_by_date" requires="servlet" unindent="true">
<n.node_page.>
<n.app_caching/>
<n.page_node.as_atom_feeds.>
<n.page_node.post_list.
start="0"
length="[n.atom_length/]"
sort="date-descending"
>
<n.loop.current_node.as_atom_entry/>
</n.page_node.post_list.>
</n.page_node.as_atom_feeds.>
</n.node_page.>
</macro>
|
| Free forum by Nabble | Edit this page |