proxmox-backup/docs/_templates/sidebar-header.html
Stefan Sterz dcae9925e1 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>
2023-04-06 08:47:27 +02:00

8 lines
242 B
HTML

<p class="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="/docs/index.html">Proxmox Backup</a></h1>
<hr style="width:100%;">