From 30225381b8beda8fa2395ced9376923cdc98b283 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Wed, 24 Jul 2024 21:10:39 -0500 Subject: [PATCH] Bugfix: Incorrectly setup id attributes on some headings. I forgot to set the id attribute up in some cases. In other cases I accidentally forgot to have the trailing "-title" to ensure distinctness. --- news.html | 4 ++-- news/2024.html | 4 ++-- news/2024/2024_02_24-programming_happenings.html | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/news.html b/news.html index 3d310a6..0ba2cc0 100644 --- a/news.html +++ b/news.html @@ -104,7 +104,7 @@
-

2024 / 07 / 14 - Time and Numbers

+

2024 / 07 / 14 - Time and Numbers

@@ -124,7 +124,7 @@
-

2024 / 06 / 14 - A Living Standard is a Dead Standard

+

2024 / 06 / 14 - A Living Standard is a Dead Standard

diff --git a/news/2024.html b/news/2024.html index aad0782..ea5bcee 100644 --- a/news/2024.html +++ b/news/2024.html @@ -88,7 +88,7 @@
-

2024 / 07 / 14 - Time and Numbers

+

2024 / 07 / 14 - Time and Numbers

@@ -108,7 +108,7 @@
-

2024 / 06 / 14 - A Living Standard is a Dead Standard

+

2024 / 06 / 14 - A Living Standard is a Dead Standard

diff --git a/news/2024/2024_02_24-programming_happenings.html b/news/2024/2024_02_24-programming_happenings.html index bd6e7c6..7dff014 100644 --- a/news/2024/2024_02_24-programming_happenings.html +++ b/news/2024/2024_02_24-programming_happenings.html @@ -92,7 +92,7 @@
-

Project Lighthouse

+

Project Lighthouse

@@ -122,7 +122,7 @@
-

Actual Accessibility

+

Actual Accessibility

@@ -169,7 +169,7 @@
-

Network Projects

+

Network Projects

@@ -211,7 +211,7 @@
-

Kevux Git Server

+

Kevux Git Server

-- 1.8.3.1