From 26fe958baaf8ae8fe105eaaaee65c881f0c715d9 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 17 Nov 2018 17:02:22 +0000 Subject: [PATCH] Add matomo tracking --- layouts/_default/baseof.html | 2 ++ layouts/partials/matomo.html | 16 ++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 layouts/partials/matomo.html diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index f7383b2..cd773a2 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -28,5 +28,7 @@ {{ partial "script.html" "js/bootstrap.min.js" }} {{ partial "script.html" "js/mermaid.min.js" }} {{ partial "script.html" "js/app.js" }} + + {{ partial "matomo.html" . }} diff --git a/layouts/partials/matomo.html b/layouts/partials/matomo.html new file mode 100644 index 0000000..e2ec192 --- /dev/null +++ b/layouts/partials/matomo.html @@ -0,0 +1,16 @@ + + + +