Overview
Comment: | Don’t include disposition marks in article footers |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
b8391481c7e3daeb9171e2bb9378106f |
User & Date: | joel on 2019-03-13 02:49:37 |
Other Links: | manifest | tags |
Context
2019-03-15
| ||
02:49 | More CSS changes and fixes check-in: 08919132 user: joel tags: trunk | |
2019-03-13
| ||
02:49 | Don’t include disposition marks in article footers check-in: b8391481 user: joel tags: trunk | |
02:39 | Tweak CSS styles check-in: 7c1b510b user: joel tags: trunk | |
Changes
Modified crystalize.rkt from [4aa6572e] to [2d723137].
︙ | ︙ | |||
190 191 192 193 194 195 196 | s-noun series s-title)] [else ""])) (define disp-part (cond [(non-empty-string? disposition) (define-values (mark verb) (disposition-values disposition)) | | < | 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 | s-noun series s-title)] [else ""])) (define disp-part (cond [(non-empty-string? disposition) (define-values (mark verb) (disposition-values disposition)) (format "Now considered <a href=\"/~a#~a\">~a</a>." pagenode disp-note-id verb)] [else ""])) (define notes-part (cond [(note-count . > . 1) (format "There are <a href=\"/~a#furthernotes\">~a notes</a> appended." pagenode note-count)] |
︙ | ︙ |