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 +++--- _layouts/default.html | 5 +++-- _layouts/homepage.html | 5 +++-- about.md | 3 +-- blog.md | 6 +++--- index.html | 18 +++++++++--------- style.css | 22 ++++++++++++++++------ 9 files changed, 51 insertions(+), 40 deletions(-) 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

- +
+ diff --git a/_layouts/default.html b/_layouts/default.html index a099004..b8067e8 100755 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,5 +1,6 @@ - - + + + {% include head.html %} diff --git a/_layouts/homepage.html b/_layouts/homepage.html index 01effd7..065da03 100644 --- a/_layouts/homepage.html +++ b/_layouts/homepage.html @@ -1,5 +1,6 @@ - - + + + {% include head.html %} diff --git a/about.md b/about.md index c557590..259124e 100644 --- a/about.md +++ b/about.md @@ -11,8 +11,7 @@ The internet has become a bloated mess. Massive JavaScript libraries. C But we can make a difference - no matter how small it may seem. 1MB Club is a growing collection of performance-focused web pages found across the internet. All member web pages weigh less than 1 megabyte in page size.
-

Simplicity is a great virtue but it requires hard work to achieve it and education to appreciate it. And to make matters worse: complexity sells better.

- - Edsger Wybe Dijkstra +

Simplicity is a great virtue but it requires hard work to achieve it and education to appreciate it. And to make matters worse: complexity sells better. - Edsger Wybe Dijkstra

The full project (including source code, tickets, bug reports, wiki etc.) can be [found here](https://sr.ht/~bt/1mb-club/). diff --git a/blog.md b/blog.md index 3b370c4..526586a 100644 --- a/blog.md +++ b/blog.md @@ -6,12 +6,12 @@ permalink: blog/ ## Blog Posts -

Writing about everything and anything related to web design. Articles tend to have a major focus on performance, accessibility and/or usability.

+

Writing about everything and anything related to web design. Articles tend to have a major focus on performance, accessibility and/or usability.

--- -