From fba9d075cd2b32f68701cd51e87a6b153d99d388 Mon Sep 17 00:00:00 2001
From: Leo <leo@chaotikum.org>
Date: Thu, 23 Jun 2022 19:04:54 +0000
Subject: [PATCH] Update _includes/project-list.html

---
 _includes/project-list.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_includes/project-list.html b/_includes/project-list.html
index 68c9cb6e..2c759aef 100644
--- a/_includes/project-list.html
+++ b/_includes/project-list.html
@@ -4,7 +4,7 @@
 			{% assign i = 0 %}
 			{% assign sorted_projects = (site.projects | sort: 'date') %}
 			{% for project in sorted_projects reversed %}
-			    {% if i < 12 %}
+			    {% if i < 15 %}
 			    {% assign i = i | plus:1 %}
 			    	<div class="pin">
 			    	  <p>
-- 
GitLab