FIX: Workflow to work with jekyll.

This commit is contained in:
MajorDroolz
2023-01-04 23:16:48 -05:00
parent 219a7543de
commit a4a4e04ab2
7 changed files with 30 additions and 8 deletions

View File

@@ -31,7 +31,13 @@ layout: default
<div id="project-list">
{% for project in home.featured %}
<a class="{{ work[project].color }} project-item shadow" href="/experience/{{ project }}">
<div class="space"></div>
{% if work[project].image %}
<div class="space project-image-outer">
<img src="{{work[project].image}}" alt="{{work[project].title}}" class="project-image">
</div>
{% else %}
<div class="project-noimage" aria-hidden="true">Image Not Available</div>
{% endif %}
<div class="nav-link project-link r-icon" data-i="arrow_right">
{{ work[project].title }}
<!-- Add the subtitle, if it exists. -->