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