html TOC: add "back to index" link

use a unicode symbol for the back arrow, should nowadays be widely
available

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-04-23 19:44:40 +02:00
parent 491d4a0e8c
commit ce41b84c31

View File

@ -542,6 +542,7 @@ bodydata=<td class="tableblock halign-{colalign=left}">|</td>
[toc] [toc]
<div id="toc"> <div id="toc">
<a href="index.html" style="font-size: 0.8em;">↩Index</a>
<div id="toctitle">{toc-title}</div> <div id="toctitle">{toc-title}</div>
<noscript><p><b>JavaScript must be enabled in your browser to display the table of contents.</b></p></noscript> <noscript><p><b>JavaScript must be enabled in your browser to display the table of contents.</b></p></noscript>
</div> </div>