From 86a55ec3def10b5156983e20aa3f8ab51e411d96 Mon Sep 17 00:00:00 2001
From: Cory Dransfeldt <coryd@fastmail.com>
Date: Wed, 10 Jan 2024 18:20:16 -0800
Subject: [PATCH] chore: banner wording

---
 src/_includes/partials/banner-old-post.liquid | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/_includes/partials/banner-old-post.liquid b/src/_includes/partials/banner-old-post.liquid
index 1d2704a0..70bdd783 100644
--- a/src/_includes/partials/banner-old-post.liquid
+++ b/src/_includes/partials/banner-old-post.liquid
@@ -7,6 +7,6 @@
     {{ css | cssmin }}
   </style>
   <div class="banner__old-post">
-    <p>{% tablericon "clock-x" "Old post" %} This post is over 3 years old. I've probably changed my mind since then and this <em>could</em> be out of date.</p>
+    <p>{% tablericon "clock-x" "Old post" %} This post is over 3 years old. I've probably changed my mind since it was written and it <em>could</em> be out of date.</p>
   </div>
 {% endif %}
\ No newline at end of file