From 752a06ec0ebf20d6232b13f1ea53fe21fefcefbd Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Mon, 8 Dec 2025 17:34:35 +0800 Subject: Fix list indentation. --- _includes/archive.html | 21 --------------------- _includes/latest.html | 21 +++++++++++++++++++++ _includes/nav.html | 4 ++-- 3 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 _includes/archive.html create mode 100644 _includes/latest.html (limited to '_includes') diff --git a/_includes/archive.html b/_includes/archive.html deleted file mode 100644 index 1b8c9c9..0000000 --- a/_includes/archive.html +++ /dev/null @@ -1,21 +0,0 @@ -
- - - {% assign posts = site.archive | sort: 'date' | reverse %} - {% for post in posts limit: include.limit %} - - - - - - - {% endfor %} - -
- -
-
diff --git a/_includes/latest.html b/_includes/latest.html new file mode 100644 index 0000000..6b6e114 --- /dev/null +++ b/_includes/latest.html @@ -0,0 +1,21 @@ +
+ + + {% assign posts = site.blog | sort: 'date' | reverse %} + {% for post in posts limit: include.limit %} + + + + + + + {% endfor %} + +
+ +
+
diff --git a/_includes/nav.html b/_includes/nav.html index adfa919..bd53f55 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -4,8 +4,8 @@
  • hme
  • -
  • - blg +
  • + blg
  • poc -- cgit v1.2.3