From 2bc8f57fec98913b7ae6dbd84ce921284b36e92d Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Sat, 25 Oct 2025 21:25:25 +0800 Subject: Improve style. --- projects.html | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) (limited to 'projects.html') diff --git a/projects.html b/projects.html index 4f8ce8e..c30b3be 100644 --- a/projects.html +++ b/projects.html @@ -3,19 +3,21 @@ layout: default title: Projects --- - - {% assign n = 2 %} - {% assign rows = site.projects.size | divided_by: n | ceil %} - {% for i in (1..rows) %} - - {% assign offset = forloop.index0 | times: n %} - {% for item in site.projects limit:n offset:offset %} - +
+
- {% assign parts = item.url | split: '/' %} - {{ item.title }} -
{{ item.title }}
-
+ {% assign n = 2 %} + {% assign rows = site.projects.size | divided_by: n | ceil %} + {% for i in (1..rows) %} + + {% assign offset = forloop.index0 | times: n %} + {% for item in site.projects limit:n offset:offset %} + + {% endfor %} + {% endfor %} - - {% endfor %} -
+ {% assign parts = item.url | split: '/' %} + {{ item.title }} +
{{ item.title }}
+
+ + -- cgit v1.2.3