From b36bf99a95f54b698aec0a58a4b8059746614049 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Wed, 21 Jan 2026 16:14:18 -0500 Subject: Refactor for valid XHTML Strict doctype --- _includes/footer.html | 12 ++++++------ _includes/head.html | 14 +++++++------- _includes/navigation.html | 6 +++--- 3 files changed, 16 insertions(+), 16 deletions(-) (limited to '_includes') diff --git a/_includes/footer.html b/_includes/footer.html index 59281c3..e12a1ad 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,10 +1,10 @@ -
- + diff --git a/_includes/head.html b/_includes/head.html index 669f377..2725b64 100755 --- a/_includes/head.html +++ b/_includes/head.html @@ -1,10 +1,10 @@ - - - + + + {{ site.title }}: {{ page.title }} - - - - + + + + diff --git a/_includes/navigation.html b/_includes/navigation.html index 0f4e0f8..25caa6f 100644 --- a/_includes/navigation.html +++ b/_includes/navigation.html @@ -1,5 +1,5 @@

1MB Club

- +
+ -- cgit v1.3.1