fixed matomo to be in the master twig template.

This commit is contained in:
2026-01-22 15:40:46 -08:00
parent 42a828a778
commit 14ec6b7e7a
5 changed files with 34 additions and 21 deletions

View File

@@ -1,3 +1,4 @@
{% set is_404 = status_code is defined and status_code == 404 %}
{% extends '@novaconium/master.html.twig' %}
{% block content %}