Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions pkg-py/docs/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ website:

format:
html:
include-in-header:
- "include-in-header.html"
theme:
- styles.scss
toc: true
Expand Down
6 changes: 6 additions & 0 deletions pkg-py/docs/include-in-header.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<!-- Privacy-friendly analytics by Plausible -->
<script async src="https://plausible.io/js/pa-wgo-tEXQwSOuN51WDI0ry.js"></script>
<script>
window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(i){plausible.o=i||{}};
plausible.init()
</script>
8 changes: 8 additions & 0 deletions pkg-r/pkgdown/_pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ template:
light-switch: true
theme: github-light
theme-dark: github-dark
includes:
in_header: |
<!-- Privacy-friendly analytics by Plausible -->
<script async src="https://plausible.io/js/pa-wgo-tEXQwSOuN51WDI0ry.js"></script>
<script>
window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(i){plausible.o=i||{}};
plausible.init()
</script>
bslib:
brand: pkgdown/_brand.yml

Expand Down
Loading