From 7815fb61755fc78494ef7b092b23a0866f5e1c8c Mon Sep 17 00:00:00 2001
From: DEEP MEHTA
Date: Thu, 15 Feb 2024 09:32:01 -0500
Subject: [PATCH] Fix accessibility errors
---
_layouts/default.html | 2 +-
_layouts/page.html | 2 +-
index.html | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/_layouts/default.html b/_layouts/default.html
index 9734825..7d7524f 100755
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -1,5 +1,5 @@
-
+
{% include head.html %}
diff --git a/_layouts/page.html b/_layouts/page.html
index b092fde..2e4958b 100644
--- a/_layouts/page.html
+++ b/_layouts/page.html
@@ -1,5 +1,5 @@
-
+
{% include head.html %}
diff --git a/index.html b/index.html
index e456071..97ebd70 100644
--- a/index.html
+++ b/index.html
@@ -49,7 +49,7 @@ About
- Find links to previous years on the resources page.
+ Find links to previous years on the resources page.
\ No newline at end of file