X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=phd.py;h=0a6a4e54de9415790155401a26dba3a57c95496f;hb=7127c2a2c65d8af2e18f2ca68328dc03e0465e60;hp=4aa206c47fc1637a83cc65b1b6955a9efbc1fbdd;hpb=33696afc1063447e40c536da982db78ce3e0f9cd;p=phdru.name%2Fphdru.name.git diff --git a/phd.py b/phd.py index 4aa206c..0a6a4e5 100644 --- a/phd.py +++ b/phd.py @@ -31,7 +31,7 @@ class phd(Template): if dirs_to_root: root = "../"*dirs_to_root else: - root = '' + root = './' self.root = root path = '/'.join(directories) + '/' + \ self._fileBaseName.replace(".tmpl", ".html")