◊(Local Yarn Code "Diff")

Differences From Artifact [f3846856]:

To Artifact [6da95dad]:


242
243
244
245
246
247

248
249
250
251
252
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)
  (for/list ([kw (in-list (string-split (maybe-meta 'keywords "") #px",\\s*"))])
  (for/list ([kw (in-list (string-split (maybe-meta 'keywords "") #px";\\s*"))])
    (match (split-entry kw)
      [(list main sub)
       (make-cache:index-entry
        #:entry main
        #:subentry sub