My personal blog hauleth.dev
blog
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: correct path to the Plausible script

+1 -1
+1 -1
templates/index.html
··· 34 34 {% endblock copyright %} 35 35 36 36 {% block script %} 37 - <script defer data-domain="hauleth.dev" src="/js/plausible.js"></script> 37 + <script defer data-domain="hauleth.dev" src="/js/script.js"></script> 38 38 {% endblock script %} 39 39 40 40 {% block css %}