Overview
Comment: | Notes in listings: shorten titles, fix permlinks, fix styling where no author specified |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
5ac5a1e3420a1ecada10c01a68b83cd3 |
User & Date: | joel on 2019-04-08 12:37:01 |
Other Links: | manifest | tags |
Context
2019-04-11
| ||
03:22 | Fix bug preventing inclusion of article footers check-in: 41f70967 user: joel tags: trunk | |
2019-04-08
| ||
12:37 | Notes in listings: shorten titles, fix permlinks, fix styling where no author specified check-in: 5ac5a1e3 user: joel tags: trunk | |
01:44 | Styling enhancements for series pages check-in: 9bce92ab user: joel tags: trunk | |
Changes
Modified crystalize.rkt from [5f760cf0] to [172ca0cc].
︙ | |||
294 295 296 297 298 299 300 | 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 | - + - + | (and ((length (string-split disposition-attr)) . >= . 2))) (raise-arguments-error 'note "must be in format \"[symbol] [past-tense-verb]\"" "disposition attr" disposition-attr)) ;; Parse out remaining columns |
︙ |
Modified snippets-html.rkt from [ad5d5244] to [460d9c7b].
︙ | |||
78 79 80 81 82 83 84 | 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 | - - - - + + + + - + - - - - - - - - - + + + - | ◊string-append{</section> <footer class="article-info"><span class="x">(</span>◊|footertext|<span class="x">)</span></footer> </article>}] [else "</section></article>"])) (define (html$-article-listing-short pagenode pubdate title) ◊string-append{ |
︙ | |||
126 127 128 129 130 131 132 | 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 | - + - - - + + + | <div class="note-meta"> —<a class="u-author h-card" href="◊|author-url|"><i>◊|author|</i></a> </div>}] [else ◊string-append{ <div class="note-meta"> —<span class="h-card"><i>◊|author|</i></span> </div>}])) |
︙ |
Modified web-extra/martin.css.pp from [6ce3d0c2] to [c1de787e].
︙ | |||
205 206 207 208 209 210 211 | 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 | - + + + + + - + | line-height: ◊x-lineheight[1]; margin: 0 0 ◊x-lineheight[1] 0; font-style: italic; font-weight: normal; } /* Titles non-bold, non-smallcaps by default. This can be overridden in document markup. */ |
︙ |