forked from tildetown/tilde-wiki
oops
parent
38b2eb2593
commit
0ad6af3518
|
@ -42,8 +42,8 @@ def compile_wiki(source_path: str,
|
|||
|
||||
header_content = compile_markdown(os.path.join(source_path, 'src/header.md'))
|
||||
footer_content = last_compiled + compile_markdown(os.path.join(source_path, 'src/footer.md'))
|
||||
logo_path = 'src/logo.png'
|
||||
css_path = 'src/main.css'
|
||||
logo_path = os.path.join(source_path, 'src/logo.png')
|
||||
css_path = os.path.join(source_path, 'src/main.css')
|
||||
|
||||
articles_root = os.path.join(source_path, 'src/articles')
|
||||
|
||||
|
|
Loading…
Reference in New Issue