Make title less awkward

This commit is contained in:
Cassidy Williams
2024-01-29 00:21:37 -06:00
parent c8dbbddb7c
commit d86b36f0eb

View File

@@ -1,8 +1,8 @@
--- ---
layout: "../layouts/BlogPost.astro" 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 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" added: "Jan 28 2024"
tags: [technical] tags: [technical]
--- ---