From 104006503e1a8646b8d08c2a29ffc01f6568ba98 Mon Sep 17 00:00:00 2001 From: User Identifier Date: Thu, 16 Nov 2017 23:36:42 +0100 Subject: [PATCH] Change out path to target --- ciclostile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):