Skins: Archive

An archive for one month. Behaves like a main index, but shows all the items from a certain month.

Very basic buildup for an archive page:

<html>
  <head>
    <title>My Weblog :: Archive</title>
  </head>
  <body>

    <h1>Archive</h1>
    <%archive(default)%>

  </body>
</html>

This will show the requested archive using the 'default' template

Skin Parts