From d86b36f0eb80bde03f52ee3f988ec4e5b9f988f8 Mon Sep 17 00:00:00 2001 From: Cassidy Williams <1454517+cassidoo@users.noreply.github.com> Date: Mon, 29 Jan 2024 00:21:37 -0600 Subject: [PATCH] Make title less awkward --- src/posts/self-aware-html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/posts/self-aware-html.md b/src/posts/self-aware-html.md index d6c1489..33c3628 100644 --- a/src/posts/self-aware-html.md +++ b/src/posts/self-aware-html.md @@ -1,8 +1,8 @@ --- layout: "../layouts/BlogPost.astro" -title: "Use JavaScript to let an HTML element get its own index" +title: 'HTML "self-awareness" with sibling indexing in JavaScript' slug: self-aware-html -description: "Make your HTML more 'self-aware' with a funky little JavaScript trick." +description: 'Make your HTML more "self-aware" with a fun little trick to get its own index.' added: "Jan 28 2024" tags: [technical] ---