older/newer stories
the older stories line in the typolis default layout is somewhat misleading just besides the most recent story. to locate "older stories" at the bottom of the page, and "newer stories" at the top of previous stories listings, you have to go to layouts -> frontpage and change the code into
<div id="pageNavigation">thus the storylist <% response.storylist %> is bracketed by the "newer stories" on top and "older stories" at the bottom.
<% response.prevpage %>
</div>
<!--<div id="innercontent">-->
<% response.storylist %>
<!--</div>-->
<div id="pageNavigation">
<% response.nextpage %>
</div>