From a65e8eeffada7ab5e06387f94739f6d190cb52f4 Mon Sep 17 00:00:00 2001
From: Joseph Hale <47901316+thehale@users.noreply.github.com>
Date: Sat, 9 Dec 2023 22:56:49 -0700
Subject: [PATCH] fix(changelog): Only use one `h1` tag
Bing Webmaster tools flagged this page as having SEO problems due to the multiple `h1` tags.
Updated the header levels to use a better information hierarchy.
---
docs/_pages/changelog.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/_pages/changelog.md b/docs/_pages/changelog.md
index e957231..3804907 100644
--- a/docs/_pages/changelog.md
+++ b/docs/_pages/changelog.md
@@ -10,7 +10,7 @@ Check out how Binary Clock has evolved over time!
### `Initial Release`
-# **Version 1.0**
+## **Version 1.0**
Instead of the digits 1, 2, 3, etc... this clock uses columns of dots that turn
on and off like the 1s and 0s of the binary form of the number.
@@ -22,7 +22,7 @@ Clock](https://links.jhale.dev/binaryclock), if you don't already know how!
-## **Version 1.0.1**
+### **Version 1.0.1**
Regular security and performance updates.
#### Behind the Scenes
@@ -32,11 +32,11 @@ Regular security and performance updates.
-## Version 1.0.2
+### Version 1.0.2
Improvements to UX and first release on the Apple App Store!
#### What's New
- Added a custom splash screen to build anticipation during the split second
while the app loads for the first time.
-
\ No newline at end of file
+
--
2.51.2