From e2d9bc2be44ac4fd311b3c95313588a3feaa83ea Mon Sep 17 00:00:00 2001 From: Natasha Pierre-Louis Date: Mon, 1 Apr 2024 21:34:52 -0600 Subject: [PATCH 1/2] Made minor updates to the site Fixed an accessibility issue in the header. Added a state to the states results page title. Removed inline styles from footer. --- _data/assetPaths.json | 4 ++-- _includes/footer.html | 8 +++++--- _includes/layouts/base.html | 5 ----- _includes/meta.html | 5 +++++ pages/states.md | 3 ++- theme/styles/_templates.scss | 15 +++++++++++++++ 6 files changed, 29 insertions(+), 11 deletions(-) diff --git a/_data/assetPaths.json b/_data/assetPaths.json index cd73ba1..b1b8777 100644 --- a/_data/assetPaths.json +++ b/_data/assetPaths.json @@ -3,6 +3,6 @@ "admin.map": "/assets/js/admin-C7YAUYZM.js.map", "app.js": "/assets/js/app-DBWFVBND.js", "app.map": "/assets/js/app-DBWFVBND.js.map", - "index.css": "/assets/styles/index-TY2KJRCJ.css", - "index.map": "/assets/styles/index-TY2KJRCJ.css.map" + "index.css": "/assets/styles/index-3BI5MZRD.css", + "index.map": "/assets/styles/index-3BI5MZRD.css.map" } \ No newline at end of file diff --git a/_includes/footer.html b/_includes/footer.html index 020faf8..d801e08 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,5 +1,5 @@