From 8ae83db88f021e1cb5ad2558ee3f1c01c35b0387 Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Sun, 26 Oct 2025 15:03:06 +0800 Subject: About page. --- _layouts/default.html | 2 ++ _layouts/post.html | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to '_layouts') diff --git a/_layouts/default.html b/_layouts/default.html index c18da03..835db63 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,6 +1,8 @@ + {% include header.html %} + {% include nav.html %} diff --git a/_layouts/post.html b/_layouts/post.html index b145364..1d0c7fb 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -3,7 +3,9 @@ {{ page.title }} + {% include header.html %} + @@ -11,7 +13,7 @@
-

{{ page.title | upcase }}

+

{{ page.title | upcase }}

{{ page.date | date_to_long_string | upcase }}

{{ content }}
-- cgit v1.2.3