Skip to content
Snippets Groups Projects
Commit 94e1a6c0 authored by jan.bednarik's avatar jan.bednarik
Browse files

uniweb: Fix matomo widget

parent 5ac09ed1
No related branches found
No related tags found
2 merge requests!139uniweb: Fix matomo widget,!138uniweb: Fix matomo widget
Pipeline #1481 passed
...@@ -24,8 +24,8 @@ ...@@ -24,8 +24,8 @@
} }
</style> </style>
{% if page.matomo_id %} {% if page.root_page.matomo_id %}
{% include "shared/matomo_snippet.html" with matomo_id=page.matomo_id %} {% include "shared/matomo_snippet.html" with matomo_id=page.root_page.matomo_id %}
{% endif %} {% endif %}
</head> </head>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment