diff --git a/ciclostile.py b/ciclostile.py index af196fb..e116413 100755 --- a/ciclostile.py +++ b/ciclostile.py @@ -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):