Differences From Artifact [b0e9b3b5]:
- File template.html.p — part of check-in [de9f1215] at 2018-09-19 19:04:38 on branch trunk — Add support for Notes, closing [ce23bb4086]. The old dates.rkt is now dust.rkt: helper functions for use everywhere. Functions returning HTML strings have html$ prefix. (user: joel, size: 199) [annotate] [blame] [check-ins using]
To Artifact [406d1c49]:
- File template.html.p — part of check-in [5b2f378a] at 2018-09-23 21:57:12 on branch trunk — Correct and clarify display of articles that do not specify a title. (user: joel, size: 268) [annotate] [blame] [check-ins using]
1 2 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | + + + + - + - - + | <!DOCTYPE html> <html> ◊spell-of-summoning![] ◊(define article-html (crystalize-article! here doc)) ◊(define page-title (article-plain-title here)) |