]> git.phdru.name Git - phdru.name/phdru.name.git/blobdiff - phd.py
Remove public_html from paths
[phdru.name/phdru.name.git] / phd.py
diff --git a/phd.py b/phd.py
index f34437a9af1b647e5f3078f6978a0c14bd91ac67..19394839d9ebef92aca3173f3cdc708c34875f71 100644 (file)
--- a/phd.py
+++ b/phd.py
@@ -9,7 +9,7 @@ def _url2href(match):
    return '<a href="%s">%s</a>' % (url, url)
 
 
-full_dirs = len(os.getcwd().split('/')) + 2
+full_dirs = len(os.getcwd().split('/')) + 1
 
 class phd(Template):
    def __init__(self, *args, **kw):