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
1 changed files with 2 additions and 2 deletions

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 %}
@ -132,4 +132,4 @@
{% endif %} {% endif %}
</body> </body>
</html> </html>