Skip to content

Commit 318ab31

Browse files
committed
fix tag
1 parent 0e56997 commit 318ab31

2 files changed

Lines changed: 9 additions & 10 deletions

File tree

_includes/head.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
<head>
2+
<!-- Google tag (gtag.js) -->
3+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ZZ8G47GCT4"></script>
4+
<script>
5+
window.dataLayer = window.dataLayer || [];
6+
function gtag(){dataLayer.push(arguments);}
7+
gtag('js', new Date());
8+
9+
gtag('config', 'G-ZZ8G47GCT4');
10+
</script>
211
<meta charset="utf-8">
312
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
413

_posts/2025-11-29-eldritchv2.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,6 @@ author: Hulto
1515
<div style="max-width: 1200px; margin: 2rem auto; border: 2px solid #454545; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3); position: relative;">
1616
<div id="repl-container" style="background: #1e1e1e; padding: 20px; min-height: 500px; max-height: 700px; overflow-y: auto;">
1717

18-
<!-- Google tag (gtag.js) -->
19-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ZZ8G47GCT4"></script>
20-
<script>
21-
window.dataLayer = window.dataLayer || [];
22-
function gtag(){dataLayer.push(arguments);}
23-
gtag('js', new Date());
24-
25-
gtag('config', 'G-ZZ8G47GCT4');
26-
</script>
27-
2818
<h1 style="color: #d4d4d4; font-family: monospace; font-size: 1.5rem; margin-top: 0;">Eldritch v0.3 REPL (WASM)</h1>
2919

3020
<div style="position: absolute; top: 10px; right: 10px; z-index: 1000;">

0 commit comments

Comments
 (0)