woops
This commit is contained in:
parent
07e73e4083
commit
363ed994f4
1 changed files with 2 additions and 2 deletions
4
main.scm
4
main.scm
|
@ -103,9 +103,9 @@ string-block
|
|||
(display "</pre>"))
|
||||
(markdown->html (git-file->string source-file))))
|
||||
((jpg jpeg png gif webp webm apng avif svgz ico)
|
||||
(format #t "<p><img src=\"~a\" /></p>" (pathname-strip-directory repository-name) source-file))
|
||||
(format #t "<p><img src=\"~a\" /></p>" (pathname-strip-directory source-file)))
|
||||
((svg)
|
||||
(format #t "<p><img src=\"~a\" /></p>" (pathname-strip-directory repository-name) source-file)
|
||||
(format #t "<p><img src=\"~a\" /></p>" (pathname-strip-directory source-file))
|
||||
(display "<pre>")
|
||||
(display-escaped-html (git-file->string source-file))
|
||||
(display "</pre>"))
|
||||
|
|
Loading…
Reference in a new issue