Last change
on this file since 36667 was
20060,
checked in by Moritz Heidkamp, 10 years ago
|
gazette: add permalink to all issues, unlink title, remove title.sxml layout and add rudimentary archive page
|
File size:
823 bytes
|
Line | |
---|
1 | ((main-title "The Chicken Gazette")) |
---|
2 | `((xhtml-1.0-strict) |
---|
3 | (html (@ (xmlns "http://www.w3.org/1999/xhtml")) |
---|
4 | (head |
---|
5 | (meta (@ (http-equiv "content-type") (content "application/xhtml+xml; charset=UTF-8"))) |
---|
6 | (link (@ (href "http://wiki.call-cc.org/chicken.css") (rel "stylesheet") (type "text/css"))) |
---|
7 | (link (@ (href "/gazette.css") (rel "stylesheet") (type "text/css"))) |
---|
8 | (link (@ (rel "alternate") (href "/feed.atom") (type "application/atom+xml"))) |
---|
9 | (title ,($ 'main-title) ,(and ($ 'title) (conc " - " ($ 'title))))) |
---|
10 | (body |
---|
11 | (div (@ (id "content")) |
---|
12 | (div (@ (id "header")) |
---|
13 | (a (@ (href "/")) |
---|
14 | (img (@ (src "/logo.png") (alt ,($ 'main-title)))))) |
---|
15 | (inject ,contents)) |
---|
16 | |
---|
17 | (p (@ (id "fineprint")) |
---|
18 | "The chicken image used in the logo is kindly provided and © 2010 by Manfred Wischner")))) |
---|
Note: See
TracBrowser
for help on using the repository browser.