Added Tracking
This commit is contained in:
parent
18ba72a921
commit
9b6ee14ef8
|
@ -42,5 +42,9 @@
|
||||||
<main>
|
<main>
|
||||||
{{- block "main" . }}{{- end }}
|
{{- block "main" . }}{{- end }}
|
||||||
</main>
|
</main>
|
||||||
|
<script>
|
||||||
|
console.log("Sending statistics to server. Personal info is redacted afterwards.");
|
||||||
|
console.log(fetch(`https://log.blog.morgan.kr/?url=${encodeURIComponent(document.location)}&referer=${encodeURIComponent(document.referrer)}`));
|
||||||
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue