From 612017454f3865f95a9289c5aaa83454b1e653ea Mon Sep 17 00:00:00 2001
From: Tyler <shrapnelnet@protonmail.com>
Date: Sat, 6 Jul 2024 21:14:31 +0100
Subject: [PATCH] fix jekyll-seo title duplication

---
 _layouts/shr4pnel.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_layouts/shr4pnel.html b/_layouts/shr4pnel.html
index 188c116..796c51d 100644
--- a/_layouts/shr4pnel.html
+++ b/_layouts/shr4pnel.html
@@ -10,7 +10,7 @@ layout: compress
     <link rel="icon" href="/assets/favicon.ico">
     <link rel="stylesheet" href="/assets/css/index.css">
     <title>{{ page.title }}</title>
-    {% seo %}
+    {% seo title=false %}
 </head>
 <body>
 <header>