diff options
author | Melody Horn <melody@boringcactus.com> | 2020-09-09 23:16:41 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2020-09-09 23:16:41 -0600 |
commit | ecbf804985a9fbc9610e92f369ba205aebe0b54c (patch) | |
tree | b1cc03f74a3b81af8b03a8ff7ffbca43470b7eee /_layouts | |
parent | 40d6bc02b503b5f3dd6a0ee0a71168f6e38ea8fd (diff) | |
download | boringcactus.com-ecbf804985a9fbc9610e92f369ba205aebe0b54c.tar.gz boringcactus.com-ecbf804985a9fbc9610e92f369ba205aebe0b54c.zip |
add basic privacy-respecting analytics
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/default.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index dac12d4..2fbb05c 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -22,6 +22,7 @@ {% endif %} <link rel="stylesheet" href="/site.css"> {% feed_meta %} + <script async defer data-domain="boringcactus.com" src="https://plausible.io/js/plausible.js"></script> </head> <body> <header> |