Fix the link to the logo so it worked on every page

This commit is contained in:
Björn Guth 2021-10-24 22:51:02 +02:00
parent ff42463cf2
commit db0499db5e
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@
<div class="sidebar-scrollbox">
{{#if book_logo }}
<div class="sidebar-book-logo">
<img src="{{ book_logo }}">
<img src="{{ path_to_root }}{{ book_logo }}">
</div>
{{/if}}
{{#toc}}{{/toc}}