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:
parent
fbd954e923
commit
dcae9925e1
6
docs/_templates/sidebar-header.html
vendored
6
docs/_templates/sidebar-header.html
vendored
@ -1,7 +1,7 @@
|
|||||||
<p class="logo">
|
<p class="logo">
|
||||||
<a href="index.html">
|
<a href="/docs/index.html">
|
||||||
<img class="logo" src="_static/proxmox-logo.svg" alt="Logo">
|
<img class="logo" src="/docs/_static/proxmox-logo.svg" alt="Logo">
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</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%;">
|
<hr style="width:100%;">
|
||||||
|
Loading…
Reference in New Issue
Block a user