docs: make logo path and index link absolute

the relative path failed as some pages are more deeply nested, such as
the man page for `proxmox-tape`. this meant that on these pages the
logo wouldn't be displayed correctly and the link lead to a non-
existent file.

Signed-off-by: Stefan Sterz <s.sterz@proxmox.com>
This commit is contained in:
Stefan Sterz 2023-04-05 10:12:09 +02:00 committed by Thomas Lamprecht
parent fbd954e923
commit dcae9925e1

View File

@ -1,7 +1,7 @@
<p class="logo">
<a href="index.html">
<img class="logo" src="_static/proxmox-logo.svg" alt="Logo">
<a href="/docs/index.html">
<img class="logo" src="/docs/_static/proxmox-logo.svg" alt="Logo">
</a>
</p>
<h1 class="logo logo-name"><a href="index.html">Proxmox Backup</a></h1>
<h1 class="logo logo-name"><a href="/docs/index.html">Proxmox Backup</a></h1>
<hr style="width:100%;">