mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-06 04:02:30 +02:00
Fix calibre logo not appearing on manual pages in sub-folders
This commit is contained in:
parent
af8802222f
commit
4e876b6650
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ function toggle_languages_menu() {
|
|||
</script>
|
||||
|
||||
<div style="text-align: center">
|
||||
<a href="https://calibre-ebook.com" title="calibre homepage" id="calibre-homepage-logo"><img src="_static/logo.png" /></a>
|
||||
<a href="https://calibre-ebook.com" title="calibre homepage" id="calibre-homepage-logo"><img src="{{ pathto('_static/logo.png', 1) }}" /></a>
|
||||
<br/>
|
||||
<form id="donate_form" action="https://www.paypal.com/cgi-bin/webscr" method="post" title="Contribute to support calibre development">
|
||||
<style>
|
||||
|
|
|
|||
Loading…
Reference in a new issue