From ca0ab29f81e031921fa9be22731d903ebc36ec4b Mon Sep 17 00:00:00 2001 From: Kevin Day <thekevinday@gmail.com> Date: Sun, 11 Sep 2022 17:46:12 -0500 Subject: [PATCH] Bugfix: Fix non-unique ids. When I copy and pasted these sections I clearly forgot to update the ids. Make the IDs unique and ensure their name reasonably matches or relates to the topic it associated with. --- news/2022_06_04-librem_to_freedom.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/news/2022_06_04-librem_to_freedom.html b/news/2022_06_04-librem_to_freedom.html index 22ebabe..cd8bcfe 100644 --- a/news/2022_06_04-librem_to_freedom.html +++ b/news/2022_06_04-librem_to_freedom.html @@ -198,7 +198,7 @@ </section> </section> - <section class="section" id="the_battery"> + <section class="section" id="the_charger"> <header class="article-header header separate"> <h2 class="section-title h h2">The Librem5 Charger</h2> </header> @@ -253,7 +253,7 @@ </section> </section> - <section class="section" id="the_camera"> + <section class="section" id="the_openpgp_card"> <header class="article-header header separate"> <h2 class="section-title h h2">The Purism OpenPGP Card</h2> </header> @@ -312,7 +312,7 @@ </div> </section> - <section class="section" id="phone_calls"> + <section class="section" id="text_messages"> <header class="article-header header separate"> <h2 class="section-title h h2">Text messages</h2> </header> -- 1.8.3.1