Differences From Artifact [f3846856]:
- File crystalize.rkt — part of check-in [cbaca7d9] at 2020-03-20 03:24:18 on branch trunk — Add and document save-cache-things! (user: joel, size: 11566) [annotate] [blame] [check-ins using]
To Artifact [6da95dad]:
- File crystalize.rkt — part of check-in [474b5560] at 2020-03-24 02:37:08 on branch trunk — Use semicolons to separate indexed keywords specified in metas; allows use of commas in the index entry (user: joel, size: 11566) [annotate] [blame] [check-ins using]
| ︙ | |||
242 243 244 245 246 | 242 243 244 245 246 247 248 249 250 251 252 | - + |
#:page pagenode
#:html-anchor (attr-ref tx 'id))]))
;; Get index entries out of metas
(define (current-metas-keyword-entries pagenode)
|
| ︙ |