[2025-04-14] Move analytics to init.html
to capture referrer
This commit is contained in:
parent
55201c05e0
commit
cf0271eca4
@ -2,7 +2,6 @@
|
||||
<head>
|
||||
<link href="{{ cssPath }}" rel="stylesheet">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<script defer src="https://umami.andrewconl.in/script.js" data-website-id="4f6190fe-ae60-4ec9-bd26-3872438971c2"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="content">
|
||||
|
@ -1,4 +1,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<script defer src="https://umami.andrewconl.in/script.js" data-website-id="4f6190fe-ae60-4ec9-bd26-3872438971c2"></script>
|
||||
</head>
|
||||
<div style="visibility: hidden">
|
||||
<form id="form" method="POST" action="/">
|
||||
<input name="timestamp" id="timestamp" type="number"></input>
|
||||
|
Loading…
x
Reference in New Issue
Block a user