Skip to content

Commit 44dfe74

Browse files
committed
Add analytics and redirect.
1 parent be45d7f commit 44dfe74

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

_layouts/resume.html

+11-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,17 @@
33
<head>
44
<meta charset="utf-8">
55
<title>Redirecting to https://theo.lol/resume.pdf</title>
6-
<meta http-equiv="refresh" content="0; URL=/resume.pdf">
76
<link rel="canonical" href="/resume.pdf">
87
</head>
8+
<body>
9+
<!-- Cloudflare Web Analytics -->
10+
<script defer src='https://static.cloudflareinsights.com/beacon.min.js'
11+
data-cf-beacon='{"token": "5be6f51b79624ee984b67f5bd09f6f30"}'></script>
12+
<!-- End Cloudflare Web Analytics -->
13+
<script>
14+
document.addEventListener('DOMContentLoaded', function() {
15+
window.location.href = "/resume.pdf";
16+
});
17+
</script>
18+
</body>
919
</html>
10-

0 commit comments

Comments
 (0)