Add umami events
All checks were successful
/ build-artifacts (push) Successful in 1m13s

This commit is contained in:
Tobias Reisinger 2024-01-30 02:07:58 +01:00
parent 6f6c8981f9
commit cf15530d0f
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
4 changed files with 6 additions and 6 deletions

View file

@ -43,7 +43,7 @@
<header class="p-2 bg-ro text-white">
<div class="container">
<div class="row row-fixed-h mb-2">
<a href="/" class="col-12">
<a href="/" class="col-12" data-umami-event="Header-Logo button">
{% include 'partials/logo.html.twig' with {style: 'filter: invert(100%); margin-right: 0.5rem;'} %}
{% for media_item in header_page.media.images %}
{% set aspect = media_item.width / media_item.height %}