Last change
on this file since 31138 was
20543,
checked in by Moritz Heidkamp, 10 years ago
|
gazette: add dates and authors to archive and reverse its ordering; fix a bug in the default-page-vars regexp for issue layouts
|
File size:
375 bytes
|
Line | |
---|
1 | ((title . "Archive")) |
---|
2 | `(h1 ,($ 'title)) |
---|
3 | `(dl (@ (id "archive")) |
---|
4 | ,(map (lambda (issue) |
---|
5 | `((dt (a (@ (href ,(page-path issue))) ,($ 'title issue)) |
---|
6 | " " |
---|
7 | (span (@ (class "date")) ,(format-seconds ($ 'date issue)))) |
---|
8 | (dd (@ (class "authors")) |
---|
9 | "by " ,(authors->sxml ($ 'authors issue))))) |
---|
10 | (all-issues))) |
---|
Note: See
TracBrowser
for help on using the repository browser.