From a9cc8be6c445f15c0f29f5c0cfee8381443c1ee1 Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 11 Jun 2026 06:12:15 -0300 Subject: [PATCH] =?UTF-8?q?Analytics:=20add=20'Blog=20Card=20Click'=20cust?= =?UTF-8?q?om=20Plausible=20event=20to=20blog=20cards=20=E2=80=94=20fires?= =?UTF-8?q?=20on=20click=20with=20post=20ID=20and=20area=20as=20props?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 309cc9b..2c04197 100644 --- a/index.html +++ b/index.html @@ -4271,7 +4271,11 @@ return ( '' + + '" class="blog-card" style="text-decoration:none" onclick="plausible(\'Blog Card Click\',{props:{post:\'' + + p.id.replace(/'/g, "\\'") + + '\',area:\'' + + p.area.replace(/'/g, "\\'") + + "'}})'>" '' + '