Change out path to target

This commit is contained in:
uid 2017-11-16 23:36:42 +01:00
parent b8d13bbdbc
commit 104006503e

View File

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