do not put out an index backlink on the actual index page
This commit is contained in:
parent
7c3f43349f
commit
def3cc398a
|
@ -32,7 +32,7 @@ return [==[
|
|||
|
||||
<h1>$(ldoc.project)</h1>
|
||||
|
||||
# if not ldoc.single then -- reference back to project index
|
||||
# if not ldoc.single and module then -- reference back to project index
|
||||
<ul>
|
||||
<li><a href="../$(ldoc.output).html">Index</a></li>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in New Issue