aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.html b/index.html
index 1f38b91..c8c07e1 100644
--- a/index.html
+++ b/index.html
@@ -35,7 +35,9 @@ projects:
</div>
{% for project in page.projects %}
<a class="list-group-item" href="{{ project.url }}">
+ {% if project.name %}
<h4 class="list-group-item-heading">{{ project.name }}</h4>
+ {% endif %}
{% if project.description %}
<p class="list-group-item-text">{{ project.description }}</p>
{% endif %}