Skip to content

Commit 01584d2

Browse files
authored
feat: Add Plausible (#272)
* Add Plausible * fix key location
1 parent f1b483e commit 01584d2

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

docs/_quarto.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ website:
106106
format:
107107
html:
108108
include-in-header:
109+
- "include-in-header.html"
109110
- text: |
110111
<script src="https://cdn.jsdelivr.net/gh/posit-dev/supported-by-posit/js/badge.min.js" data-light-bg="#404041" data-light-fg="#ffffff" data-dark-bg="#ffffff" data-dark-fg="#404041"></script>
111112
theme:

docs/include-in-header.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<!-- Privacy-friendly analytics by Plausible -->
2+
<script async src="https://plausible.io/js/pa-pN3x5-t50CqjdU3JPOYbw.js"></script>
3+
<script>
4+
window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(i){plausible.o=i||{}};
5+
plausible.init()
6+
</script>

0 commit comments

Comments
 (0)