johnmuhl (owner)

Revisions

gist: 115253 Download_button fork
public
Public Clone URL: git://gist.github.com/115253.git
Embed All Files: show embed
%Y #
1
2
3
4
5
<r:archive:children:each order='desc'>
  <p><r:title/></p>
</r:archive:children:each>
 
# Archive Year Index page type
home #
1
2
3
4
5
6
7
<r:children:each order='desc'>
  <r:header>
    <p><a href="<r:date format='/%Y/'/>"><r:date format='%Y'/></a></p>
  </r:header>
</r:children:each>
 
# Archive page type