I trying to set up a simple blog with Radiant CMS and have a problem with the "Archive Month Index". I set it up as it is described on this weblog but I just can't get it to work.
The Code is the the same as the guy in the video st using. It's:
<r:archive:children:each>
<div class="blog-post">
<h3><r:link /></h3>
<p>
<r:content />
</p>
</div>
</r:archive:children:each>
...for the Archive Index.
However when I go onto the post/2010/12 site (or any other date) I get that amazing
StandardTags::TagError in SiteController#show_page
Recursion error: already rendering the `body' part.
...instead of the Index Page for the month. I just can't think of how I am rendering the body part twice.