From 9931922943cfc0a48398781e96a58835e57d6661 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Fri, 5 Aug 2011 02:29:10 -0400 Subject: [PATCH] fixing one non-compliance in _layouts/post.html; adding Valid XHTML 1.0 Strict notice --- _layouts/base.html | 2 +- _layouts/post.html | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/_layouts/base.html b/_layouts/base.html index d3c1946..fdc725c 100644 --- a/_layouts/base.html +++ b/_layouts/base.html @@ -14,7 +14,7 @@
{{ content }}
diff --git a/_layouts/post.html b/_layouts/post.html index c6afb6b..68983c8 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -2,11 +2,9 @@ layout: base --- - - - +
Date: {{ page.date | date: "%b %d, %Y" }}