oe7drt-website/layouts/partials
Dominic Reich d74485bdd6
update stat script (plausible, proxied)
to proxy script, added following to my apache vhost config:

  ProxyRequests off
  ProxyPreserveHost off
  SSLProxyEngine on
  <Location /js/script.js>
    ProxyPass https://plausible.io/js/script.js
    ProxyPassReverse https://plausible.io/js/script.js
  </Location>

  <Location /api/event>
    ProxyPass https://plausible.io/api/event
    ProxyPassReverse https://plausible.io/api/event
  </Location>
2023-11-27 16:25:16 +01:00
..
extend-footer.html bring back the custom footer message 2023-11-15 22:25:12 +01:00
extend-head.html update stat script (plausible, proxied) 2023-11-27 16:25:16 +01:00