Skip to content

Commit f5717f5

Browse files
authored
Update post.html
1 parent 6eaaf6c commit f5717f5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

_layouts/post.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
<link rel="stylesheet" href="/assets/css/style.css">
77
</head>
88

9+
<script>
10+
const key = "{{ page.slug }}";
11+
fetch(`https://counterapi.com/api/uid-zer0.github.io/${key}/hit`);
12+
</script>
13+
914
<body>
1015

1116
<!-- Terminal header -->

0 commit comments

Comments
 (0)