From bde44fadf20a1f91a466653f9552ce8bd658e2f9 Mon Sep 17 00:00:00 2001
From: Simon Späti <simu@sspaeti.com>
Date: Tue, 07 Feb 2023 08:16:15 +0000
Subject: [PATCH] feat: Adding Twitter and Social image preview including description (#207)

---
 assets/js/util.js |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/assets/js/util.js b/assets/js/util.js
index dc549be..530bd7d 100644
--- a/assets/js/util.js
+++ b/assets/js/util.js
@@ -123,6 +123,11 @@
     ".singlePage",
   )
   closeSearch()
+  plausible("Search", {
+    props: {
+      term
+    }
+  })
 }
 
 function openSearch() {

--
Gitblit v1.10.0