aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-08-11 14:08:19 -0500
committerChristian Cleberg <[email protected]>2026-08-11 14:08:19 -0500
commita11bd2eeab9e0d5b5a76fde017bf8a8be7f06149 (patch)
tree3117003dbb5f16adf6994c85445e0c47ab8b065c
parent30685edfb32432635605d014588c5c8d7591fd3b (diff)
downloadcleberg.net-a11bd2eeab9e0d5b5a76fde017bf8a8be7f06149.tar.gz
cleberg.net-a11bd2eeab9e0d5b5a76fde017bf8a8be7f06149.tar.bz2
cleberg.net-a11bd2eeab9e0d5b5a76fde017bf8a8be7f06149.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.
-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 %}