Add Matomo plugin snippet

This commit is contained in:
Paul Nicoué 2022-06-15 18:01:15 +02:00
parent d5d951c8df
commit 2d187c73dd
2 changed files with 2 additions and 1 deletions

View file

@ -38,7 +38,7 @@ fields:
# Hidden fields
og_type:
type: hidden
default: article
default: website
twitter_card_type:
type: hidden
default: summary_large_image

View file

@ -6,6 +6,7 @@
{{ snippet('metadata') }}
{{ snippet('favicon') }}
{{ snippet('matomo') }}
{% block stylesheets %}
<link rel="stylesheet" href="{{ asset('assets/css/style.min.css') }}">