aboutsummaryrefslogtreecommitdiff
path: root/content/templates/home.html
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-08-11 14:08:19 -0500
committerChristian Cleberg <[email protected]>2026-08-11 20:35:15 -0500
commit4d78517a19684cc574de3754f6f36c82f0a8179e (patch)
tree3117003dbb5f16adf6994c85445e0c47ab8b065c /content/templates/home.html
parent42bf4bae9d582abd56758c1fcc7741419161fe7e (diff)
downloadcleberg.net-4d78517a19684cc574de3754f6f36c82f0a8179e.tar.gz
cleberg.net-4d78517a19684cc574de3754f6f36c82f0a8179e.tar.bz2
cleberg.net-4d78517a19684cc574de3754f6f36c82f0a8179e.zip
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.
Diffstat (limited to 'content/templates/home.html')
-rw-r--r--content/templates/home.html2
1 files changed, 1 insertions, 1 deletions
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 %}