From a11bd2eeab9e0d5b5a76fde017bf8a8be7f06149 Mon Sep 17 00:00:00 2001
From: Christian Cleberg
Date: Tue, 11 Aug 2026 14:08:19 -0500
Subject: Use a straight apostrophe on the home page
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Transcribing theme/templates/index.html into home.html turned "I've" into
"I’ve", so the org-ssg build rendered a curly apostrophe where the live
page has an ASCII one — the only character that differed between them.
---
content/templates/home.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'content')
diff --git a/content/templates/home.html b/content/templates/home.html
index 8333312..6d280ee 100644
--- a/content/templates/home.html
+++ b/content/templates/home.html
@@ -18,7 +18,7 @@ user control, and long-term utility.
Recent Posts
-Things I’ve written recently.
+Things I've written recently.
{%- for entry in pages %}
{%- if loop.index <= 3 %}
--
cgit v1.2.3