Change out path to target

web
uid 2017-11-16 23:36:42 +01:00
parent b8d13bbdbc
commit 104006503e
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import jinja2
template_file = 'template.html'
md_path = './markdown'
html_path = './html'
html_path = './target'
def write_page(page, out_name):