Merge pull request #1 from skorokithakis/patch-1

Fix the logo URL
This commit is contained in:
Roman 2021-07-24 00:55:33 +03:00 committed by GitHub
commit d659586dc7
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>