mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-15 16:24:04 +02:00
Add Plausible analytics and fix homepage navigation
- Add custom analytics override for plausible.nijho.lt tracking - Remove hide:navigation from index.md to show menu on homepage
This commit is contained in:
parent
c1bd799928
commit
f557db37cb
2 changed files with 6 additions and 2 deletions
|
|
@ -1,7 +1,5 @@
|
|||
---
|
||||
icon: lucide/sun
|
||||
hide:
|
||||
- navigation
|
||||
---
|
||||
|
||||
# Adaptive Lighting
|
||||
|
|
|
|||
|
|
@ -0,0 +1,6 @@
|
|||
<!-- Privacy-friendly analytics by Plausible -->
|
||||
<script async src="https://plausible.nijho.lt/js/pa-yNpTS2silFzWxGYjHM_Bk.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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue