Fix the link to the logo so it worked on every page
This commit is contained in:
parent
ff42463cf2
commit
db0499db5e
|
@ -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}}
|
||||
|
|
Loading…
Reference in New Issue