do not put out an index backlink on the actual index page

This commit is contained in:
steve donovan 2011-08-26 15:45:56 +02:00
parent 7c3f43349f
commit def3cc398a
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ return [==[
<h1>$(ldoc.project)</h1> <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> <ul>
<li><a href="../$(ldoc.output).html">Index</a></li> <li><a href="../$(ldoc.output).html">Index</a></li>
</ul> </ul>