Merge branch 'main' of git://git.m455.casa/repo2html
This commit is contained in:
commit
d676745ec7
1 changed files with 1 additions and 1 deletions
2
main.scm
2
main.scm
|
@ -413,7 +413,7 @@
|
|||
(if-let (readme-file
|
||||
(alist-ref 'readme_file template-alist))
|
||||
(source->sxml readme-file)
|
||||
(filelist->sxml source-files-list "html"))
|
||||
(filelist->sxml source-files-list ""))
|
||||
;; TODO: do we need the full set of template variables defined here?
|
||||
;; if so maybe this and the set above should be lifted out somewhere
|
||||
`((relative_root . "html/")))
|
||||
|
|
Loading…
Reference in a new issue