fix: home link was broken

This commit is contained in:
zaaarf 2024-01-03 00:24:54 +01:00
parent 14013e7834
commit 913844384b
No known key found for this signature in database
GPG key ID: 102E445F4C3F829B

View file

@ -1,5 +1,5 @@
{% macro logo() %} {% macro logo() %}
<a href="{{ config.extra.logo.url | default(value=config.base_url) }}" class="logo-link"> <a href="{% if config.extra.logo.url and config.extra.logo.url == true %}{{ config.extra.logo.url }}{% else %}{{ config.base_url }}{% endif %}" class="logo-link">
<div class="logo"> <div class="logo">
{% if config.extra.logo.path %} {% if config.extra.logo.path %}
<img src="{{ config.extra.logo.path }}" <img src="{{ config.extra.logo.path }}"