mirror of
https://github.com/zaaarf/friendenstein.git
synced 2024-11-12 18:49:22 +01:00
fix: home link was broken
This commit is contained in:
parent
14013e7834
commit
913844384b
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
{% 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">
|
||||
{% if config.extra.logo.path %}
|
||||
<img src="{{ config.extra.logo.path }}"
|
||||
|
|
Loading…
Reference in a new issue