fix cta displaying

This commit is contained in:
2024-08-08 20:04:35 +02:00
parent ab16f62192
commit 2d0b733bc4
3 changed files with 18 additions and 12 deletions

View File

@@ -94,7 +94,7 @@
<body id="top"{% if page.header.onload %} onload='{{ page.header.onload|raw }}'{% endif %}>
{# CTA banner #}
{% if base_url_relative == '/' %}
{% if base_url_relative == '' %}
<div class="cta">{% include 'partials/cta.html.twig' %}</div>
{% endif %}