final implementation of CTA banner

This commit is contained in:
2024-10-23 16:23:01 +02:00
parent 7a55c71c2f
commit d3af47e722
4 changed files with 23 additions and 13 deletions

View File

@@ -83,16 +83,20 @@
{% do assets.addCss('theme://css/style.css') %}
{% do assets.addCss('theme://fonts/opensans/local.css') %}
{% do assets.addCss('theme://fonts/sourcecodepro/local.css') %}
{% do assets.addJs('theme://js/cta.js') %}
{% if theme_config.hashover.domain %}
{% endif %}
{% endblock %}
{{ assets.css()|raw }}
{{ assets.js()|raw }}
{{ theme_config.analytics|raw }}
</head>
<body id="top"{% if page.header.onload %} onload='{{ page.header.onload|raw }}'{% endif %}>
<div class="cta">{% include 'partials/cta.html.twig' %}</div>
{% block header %}
<div class="navigation">
{% block header_navigation %}