Fix the logo URL

This commit is contained in:
Stavros Korokithakis 2021-07-23 02:00:57 +03:00 committed by GitHub
parent 8fdbe3ef62
commit 4232e2a8d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 %}