From df9bc9288b9aec590d39beb43eed0f7c2d577915 Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Tue, 21 Apr 2026 17:16:24 +0800 Subject: Minimalist theme. --- _layouts/post.html | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) (limited to '_layouts/post.html') diff --git a/_layouts/post.html b/_layouts/post.html index b6c79a4..628b523 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,22 +1,13 @@ - + - {% include header.html %} - - {% include nav.html %} + {% include head.html %} -
-
-
-

{{ page.title | upcase }}

-
{{ page.date | date_to_long_string | upcase }}
-
-
{{ content }}
-
-
-
+ + + {% include nav.html %} - {% include foot.html %} +
{{ content }}
-- cgit v1.2.3