cmc/cleberg.net

My personal web garden & blog.

clone: git clone https://gitbay.org/cmc/cleberg.net.git

4d78517a19684cc574de3754f6f36c82f0a8179e

unsigned

author: Christian Cleberg <hello@cleberg.net> · 2026-08-11T19:08:19Z

Use a straight apostrophe on the home page

Transcribing theme/templates/index.html into home.html turned "I've" into
"I&rsquo;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(-)

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.</p>
 
 <section>
 <h2>Recent Posts</h2>
-<p>Things I&rsquo;ve written recently.</p>
+<p>Things I've written recently.</p>
 <ul class="post-list">
 {%- for entry in pages %}
 {%- if loop.index <= 3 %}