Differences From Artifact [7a13118b]:
- File template-html.rkt — 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: 5472) [annotate] [blame] [check-ins using]
To Artifact [325f21c3]:
- File template-html.rkt — part of check-in [7b7da3d7] at 2018-09-20 02:19:17 on branch trunk — Fix title in template function (user: joel, size: 5458) [annotate] [blame] [check-ins using]
| ︙ | |||
41 42 43 44 45 | 41 42 43 44 45 46 47 48 49 50 51 | - + |
html$-notes-section)
(define (html$-page-head [title #f])
(define title-part (if title (format ": ~a" title) ""))
◊string-append{<head>
|
| ︙ |