Skins: Archive List

An overview of all the months for which archives are available, and links to those archives

Very basic buildup for an archive list:

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

    <h1>Archives</h1>
    <%archivelist(default)%>

  </body>
</html>

This will show the list of all available archive files, using the 'default' template

Skin Parts