From df9bc9288b9aec590d39beb43eed0f7c2d577915 Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Tue, 21 Apr 2026 17:16:24 +0800 Subject: Minimalist theme. --- _includes/foot.html | 7 ------- _includes/head.html | 7 +++++++ _includes/header.html | 8 -------- _includes/latest.html | 23 ----------------------- _includes/nav.html | 41 +++++++---------------------------------- 5 files changed, 14 insertions(+), 72 deletions(-) delete mode 100644 _includes/foot.html create mode 100644 _includes/head.html delete mode 100644 _includes/header.html delete mode 100644 _includes/latest.html (limited to '_includes') diff --git a/_includes/foot.html b/_includes/foot.html deleted file mode 100644 index 6e01dc2..0000000 --- a/_includes/foot.html +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/_includes/head.html b/_includes/head.html new file mode 100644 index 0000000..a6eec07 --- /dev/null +++ b/_includes/head.html @@ -0,0 +1,7 @@ + + + + {{ page.title }} + + + diff --git a/_includes/header.html b/_includes/header.html deleted file mode 100644 index 610976f..0000000 --- a/_includes/header.html +++ /dev/null @@ -1,8 +0,0 @@ - - - - {{ page.title }} - - - - diff --git a/_includes/latest.html b/_includes/latest.html deleted file mode 100644 index b71216a..0000000 --- a/_includes/latest.html +++ /dev/null @@ -1,23 +0,0 @@ -
- - - {% assign posts = site.log | sort: 'date' | reverse %} - {% for post in posts limit: include.limit %} - - - - - - - {% endfor %} - -
-
diff --git a/_includes/nav.html b/_includes/nav.html index dbec583..7488559 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -1,34 +1,7 @@ - +
+

{{ site.title }}

+{% assign parts = page.url | split: '/' %} +{% if page.url != "/" %} + /

{{ page.title }}

+{% endif %} +
-- cgit v1.2.3