Last change
on this file since 36667 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:
371 bytes
|
Line | |
---|
1 | () |
---|
2 | `((h1 ,($ 'title)) |
---|
3 | (div (@ (class "article-meta")) |
---|
4 | (p (@ (class "authors")) "by " ,(authors->sxml ($ 'authors))) |
---|
5 | (p (@ (class "date")) ,(format-seconds ($ 'date)))) |
---|
6 | |
---|
7 | (inject ,contents) |
---|
8 | |
---|
9 | (ul (@ (class "links")) |
---|
10 | (li (a (@ (href ,(page-path))) "Permalink to this issue")) |
---|
11 | (li (a (@ (href "/archive.html")) "The Chicken Gazette Archive")))) |
---|
Note: See
TracBrowser
for help on using the repository browser.