Skip to content

Commit e4843db

Browse files
author
Doug Hennig
committed
Use checkmarks
1 parent e21a709 commit e4843db

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

projects.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ permalink: /projects/
2424
<td>{{ project.description }}</td>
2525
<td>{{ project.category }}</td>
2626
<td>{{ project.state }}</td>
27-
<td>{{ project.thorcfu }}</td>
28-
<td>{{ project.foxget }}</td>
27+
<td style="text-align: center;">{% if project.thorcfu == true %} &check; {% else %} &nbsp; {% endif %}</td>
28+
<td style="text-align: center;">{% if project.foxget == true %} &check; {% else %} &nbsp; {% endif %}</td>
2929
</tr>
3030
{% endfor %}
3131
</tbody>

0 commit comments

Comments
 (0)