FIX: Only ready work in documented. Images added, view ubtton optional.

This commit is contained in:
MajorDroolz
2023-01-04 22:18:53 -05:00
parent 34e75a3748
commit 87a3c3d2b4
7 changed files with 70 additions and 33 deletions

View File

@@ -15,7 +15,14 @@ layout: default
<a class="{{ data.color }} project-item shadow" href="/experience/{{ id }}">
<div class="space"></div>
<div class="nav-link project-link r-icon" data-i="arrow_right">{{ data.title }}: {{ data.subtitle }}
<div class="nav-link project-link r-icon" data-i="arrow_right">
{{ data.title }}
<!-- Add the subtitle, if it exists. -->
{% if data.subtitle %}
<span>:</span>
&nbsp;
<p>{{ data.subtitle }}</p>
{% endif %}
</div>
</a>
{% endfor %}