diff --git a/themes/svrjs/_config.yml b/themes/svrjs/_config.yml index e9fe6a9..4bb5da8 100644 --- a/themes/svrjs/_config.yml +++ b/themes/svrjs/_config.yml @@ -47,6 +47,7 @@ recent_posts_limits: 5 # Miscellaneous google_analytics: gauges_analytics: +matomo: true favicon: /favicon.ico links: true twitter: diff --git a/themes/svrjs/layout/_partial/head.ejs b/themes/svrjs/layout/_partial/head.ejs index a67dba1..38b3ec6 100644 --- a/themes/svrjs/layout/_partial/head.ejs +++ b/themes/svrjs/layout/_partial/head.ejs @@ -43,4 +43,22 @@ <% if (theme.links) {%> <%- css('https://cdn.jsdelivr.net/npm/fork-awesome@1.2.0/css/fork-awesome.min.css') %> <% } %> + <% if (theme.matomo) {%> + + + + <% } %>