forgot this fix

This commit is contained in:
pho4cexa 2023-02-23 23:36:08 -08:00
parent e039c29a83
commit f68eaea795

View file

@ -151,7 +151,7 @@
(-> source-file
git-file->lines
lines->string
markdown->sxml))
markdown->sxml)))
((.jpg .jpeg .png .gif .webp .webm .apng .avif .svgz .ico)
(image-link))
((.svg)
@ -161,7 +161,7 @@
(else
(if (git-file-is-text? source-file)
(numbered-sxml)
(binary))))))
(binary)))))
(define (filelist->sxml source-files-list relative-root)
`((h1 "Files")