From 467a6d637228601fb15456bd067c1bd28ba9593b Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 26 Mar 2022 13:24:35 +0300 Subject: if there's no project name, don't bother --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index 1f38b91..c8c07e1 100644 --- a/index.html +++ b/index.html @@ -35,7 +35,9 @@ projects: {% for project in page.projects %} + {% if project.name %}

{{ project.name }}

+ {% endif %} {% if project.description %}

{{ project.description }}

{% endif %} -- cgit v1.2.3