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 == "/" %}
|
||||
<img src="{{ config.extra.logo | safe }}" alt="" />
|
||||
|
||||
{% else %}<a href="/">
|
||||
{% else %}<a href="{{ config.base_url }}">
|
||||
<img src="{{ config.extra.logo | safe }}" alt="" />
|
||||
</a>
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue