diff options
| author | Christian Cleberg <[email protected]> | 2026-08-11 14:08:19 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-08-11 20:35:15 -0500 |
| commit | 4d78517a19684cc574de3754f6f36c82f0a8179e (patch) | |
| tree | 3117003dbb5f16adf6994c85445e0c47ab8b065c /content/templates | |
| parent | 42bf4bae9d582abd56758c1fcc7741419161fe7e (diff) | |
| download | cleberg.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’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')
| -rw-r--r-- | content/templates/home.html | 2 |
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’ve written recently.</p> +<p>Things I've written recently.</p> <ul class="post-list"> {%- for entry in pages %} {%- if loop.index <= 3 %} |
