Fix the logo URL
This commit is contained in:
parent
8fdbe3ef62
commit
4232e2a8d8
1 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@
|
||||||
{% if current_path == "/" %}
|
{% if current_path == "/" %}
|
||||||
<img src="{{ config.extra.logo | safe }}" alt="" />
|
<img src="{{ config.extra.logo | safe }}" alt="" />
|
||||||
|
|
||||||
{% else %}<a href="/">
|
{% else %}<a href="{{ config.base_url }}">
|
||||||
<img src="{{ config.extra.logo | safe }}" alt="" />
|
<img src="{{ config.extra.logo | safe }}" alt="" />
|
||||||
</a>
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@ -132,4 +132,4 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue