Overview
| Comment: | Simplify a couple of HTML conversions | 
|---|---|
| Timelines: | family | ancestors | descendants | both | trunk | 
| Files: | files | file ages | folders | 
| SHA3-256: | 
e54b3c52b10a16a98c779867d1c8d3dc | 
| User & Date: | joel on 2019-04-07 21:11:05 | 
| Other Links: | manifest | tags | 
Context
| 
   2019-04-07 
 | ||
| 21:32 | Rename constants. Closes [fc2fc68] check-in: 74055398 user: joel tags: trunk | |
| 21:11 | Simplify a couple of HTML conversions check-in: e54b3c52 user: joel tags: trunk | |
| 20:58 | Support article listings from cached HTML. Resolves [f580d194] check-in: e493f1c6 user: joel tags: trunk | |
Changes
Modified crystalize.rkt from [5177f4d3] to [f6a60f0d].
| ︙ | |||
122 123 124 125 126 127 128  | 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140  | - + - +  | 
    (doc2 maybe-title) (splitf-txexpr doc (make-tag-predicate 'title)))
  (define-values 
    (body-txpr note-txprs) (splitf-txexpr doc2 (make-tag-predicate 'note)))
  (define-values (disposition disp-note-id)
    (notes->last-disposition-values note-txprs))
  
  (let* ([pubdate (select-from-metas 'published (current-metas))]
 | 
| ︙ |