diff options
Diffstat (limited to 'blog/_includes/head.html')
-rw-r--r-- | blog/_includes/head.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/blog/_includes/head.html b/blog/_includes/head.html index 08367a9..1c54ccb 100644 --- a/blog/_includes/head.html +++ b/blog/_includes/head.html @@ -12,4 +12,5 @@ {% include opengraph.html %} <link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl_root | prepend: site.url }}"> {% stylesheet main %} + {% include matomo.html %} </head> |