Skip to content

Commit c67f829

Browse files
committed
Made each project's description visible when hovering over it, for easier understanding of what the project is for
1 parent 01c5fc0 commit c67f829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/projects.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<ul class="projects-overview">
66
{% for project in site.data.projects %}
7-
<li>
7+
<li title="{{ project.description }}">
88
<a href="{{ project.url }}">{{ project.name }}</a>
99
</li>
1010
{% endfor %}

0 commit comments

Comments
 (0)