aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/index.html
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-03-26 13:24:35 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2022-03-26 13:24:45 +0300
commit467a6d637228601fb15456bd067c1bd28ba9593b (patch)
treefe608da9dba0a3971652f18ec096e8b1753e66ae /index.html
parentbump jekyll-theme (diff)
downloadegor-tensin.github.io-467a6d637228601fb15456bd067c1bd28ba9593b.tar.gz
egor-tensin.github.io-467a6d637228601fb15456bd067c1bd28ba9593b.zip
if there's no project name, don't bother
Diffstat (limited to 'index.html')
-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 %}