forgot this fix
This commit is contained in:
parent
e039c29a83
commit
f68eaea795
1 changed files with 11 additions and 11 deletions
|
@ -151,17 +151,17 @@
|
|||
(-> source-file
|
||||
git-file->lines
|
||||
lines->string
|
||||
markdown->sxml))
|
||||
((.jpg .jpeg .png .gif .webp .webm .apng .avif .svgz .ico)
|
||||
(image-link))
|
||||
((.svg)
|
||||
(list (image-link) (plaintext)))
|
||||
((.gz .pack .idx)
|
||||
(binary))
|
||||
(else
|
||||
(if (git-file-is-text? source-file)
|
||||
(numbered-sxml)
|
||||
(binary))))))
|
||||
markdown->sxml)))
|
||||
((.jpg .jpeg .png .gif .webp .webm .apng .avif .svgz .ico)
|
||||
(image-link))
|
||||
((.svg)
|
||||
(list (image-link) (plaintext)))
|
||||
((.gz .pack .idx)
|
||||
(binary))
|
||||
(else
|
||||
(if (git-file-is-text? source-file)
|
||||
(numbered-sxml)
|
||||
(binary)))))
|
||||
|
||||
(define (filelist->sxml source-files-list relative-root)
|
||||
`((h1 "Files")
|
||||
|
|
Loading…
Reference in a new issue