racket / scribble

Other
201 stars 93 forks source link

htmls: don't overwrite index.html #195

Closed bennn closed 5 years ago

bennn commented 5 years ago

when rendering multiple html files to a directory d, add d/index.html to the set of files-to-be-writted to avoid overwriting the main index with a part that happens to have the same tag

fixes #194