Merge branch 'main' of git://git.m455.casa/repo2html

This commit is contained in:
pho4cexa 2023-02-01 20:32:38 -08:00
commit d676745ec7

View file

@ -413,7 +413,7 @@
(if-let (readme-file (if-let (readme-file
(alist-ref 'readme_file template-alist)) (alist-ref 'readme_file template-alist))
(source->sxml readme-file) (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? ;; 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 ;; if so maybe this and the set above should be lifted out somewhere
`((relative_root . "html/"))) `((relative_root . "html/")))