source:
project/gazette/src/index.sxml
@
31138
Last change on this file since 31138 was 20060, checked in by , 11 years ago | |
---|---|
File size: 205 bytes |
Line | |
---|---|
1 | () |
2 | (let ((latest-issue (fold (lambda (p l) |
3 | (if (> (page-updated p) (page-updated l)) p l)) |
4 | (car (all-issues)) |
5 | (cdr (all-issues))))) |
6 | |
7 | `((inject ,(read-page latest-issue "article.sxml")))) |
Note: See TracBrowser
for help on using the repository browser.