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/default.html | 6 ++---- _layouts/post.html | 21 ++++++--------------- 2 files changed, 8 insertions(+), 19 deletions(-) (limited to '_layouts') diff --git a/_layouts/default.html b/_layouts/default.html index 835db63..628b523 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,15 +1,13 @@ - {% include header.html %} + {% include head.html %} {% include nav.html %} -
{{ content }}
- - {% include foot.html %} +
{{ content }}
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