From d1624e73c5077d35bacd37138a6c031f2763ee62 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Fri, 26 Apr 2024 00:32:57 -0600 Subject: pass w3c html4 validation --- templates/base.html | 42 +++++++++++++++++++++--------------------- templates/post.html | 4 ++-- templates/section.html | 3 ++- 3 files changed, 25 insertions(+), 24 deletions(-) (limited to 'templates') diff --git a/templates/base.html b/templates/base.html index 1a3e938..db06398 100644 --- a/templates/base.html +++ b/templates/base.html @@ -13,33 +13,33 @@ --> - + - + + - - + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - + {% endblock %} diff --git a/templates/post.html b/templates/post.html index 5bb2b97..b2612eb 100644 --- a/templates/post.html +++ b/templates/post.html @@ -20,7 +20,7 @@
If you have scrolled this far, consider subscribing to my mailing list here. You can subscribe to either a specific type of post you are interested in, or subscribe to everything with the "Everything" list.
-
+
-
+ {% endblock %} diff --git a/templates/section.html b/templates/section.html index f713ad8..8c3e8cc 100644 --- a/templates/section.html +++ b/templates/section.html @@ -9,7 +9,7 @@ -- cgit v1.2.3