let's begin stupid fixs
This commit is contained in:
parent
660ab0d5da
commit
6f52b678b7
|
@ -14,7 +14,7 @@ import config
|
||||||
locale.setlocale(locale.LC_ALL, config.locale)
|
locale.setlocale(locale.LC_ALL, config.locale)
|
||||||
|
|
||||||
md_path = os.path.abspath(os.path.expanduser(config.md_path))
|
md_path = os.path.abspath(os.path.expanduser(config.md_path))
|
||||||
gmi_path = os.path.abspath(os.path.expanduser(config.posts_path))
|
gmi_path = os.path.abspath(os.path.expanduser(config.gmi_path))
|
||||||
tpl_path = os.path.abspath(os.path.expanduser(config.tpl_path))
|
tpl_path = os.path.abspath(os.path.expanduser(config.tpl_path))
|
||||||
|
|
||||||
posts_path = os.path.abspath(gmi_path + "/" + config.posts_dir)
|
posts_path = os.path.abspath(gmi_path + "/" + config.posts_dir)
|
||||||
|
|
Loading…
Reference in New Issue