Fix logo path

pull/2/head
Vinayak Mehta 2018-09-21 09:13:46 +05:30
parent 7b4e187e40
commit 629951ab2b
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<p class="logo">
<a href="{{ pathto(master_doc) }}">
<img class="logo" src="{{ pathto('_static/camelot-logo.png', 1) }}"/>
<img class="logo" src="{{ pathto('_static/png/camelot-logo.png', 1) }}"/>
</a>
</p>
<p>

View File

@ -1,6 +1,6 @@
<p class="logo">
<a href="{{ pathto(master_doc) }}">
<img class="logo" src="{{ pathto('_static/camelot-logo.png', 1) }}"/>
<img class="logo" src="{{ pathto('_static/png/camelot-logo.png', 1) }}"/>
</a>
</p>
<p>