Re: Linking to "Home" in Website TOC

From
Steinar Bang <>
Date
2004-02-23T19:20:59+00:00
ID
Thread
Re: Linking to "Home" in Website TOC
>>>>> Steinar Bang <>:

> So I tried
>     <tocentry id="go_home" filename="index.html">
>       <title>Home</title>
>     </tocentry>
> and then
>     <tocentry id="go_home" dir="." filename="index.html">
>       <title>Home</title>
>     </tocentry>

> Both gave the same results as the first attempt, ie. linking to the
> index.html file in the current directory.

Actually, that's wrong.

The two entries above caused only the top level index.html file to be
regenerated (with an empty TOC), so that the old HTML pages in
subdirectories, that I was testing with, were untouched.