parent
1adff0f057
commit
09f7bc947d
|
@ -25,7 +25,7 @@ class Page(object):
|
||||||
self.fill()
|
self.fill()
|
||||||
|
|
||||||
def a_docref(self, name, relhtmlpath):
|
def a_docref(self, name, relhtmlpath):
|
||||||
docpath = get_docpath()
|
docpath = self.project.get_docpath()
|
||||||
return html.a(name, class_="menu",
|
return html.a(name, class_="menu",
|
||||||
href=relpath(self.targetpath.strpath,
|
href=relpath(self.targetpath.strpath,
|
||||||
docpath.join(relhtmlpath).strpath))
|
docpath.join(relhtmlpath).strpath))
|
||||||
|
|
Loading…
Reference in New Issue