This website works better with JavaScript.
Explore
Help
Register
Sign In
dominic
/
oe7drt-website
Watch
1
Star
1
Fork
You've already forked oe7drt-website
0
Code
Issues
Pull Requests
Releases
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
f44ddd9341
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'f44ddd9341'
${ noResults }
oe7drt-website
/
layouts
/
partials
/
extend-head.html
3 lines
39 B
Raw
Normal View
History
Unescape
Escape
plausible update (replace hardcode with hugo module)
1 year ago
{{ partial "plausible_head.html" . }}
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>
1 year ago