We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01c5fc0 commit c67f829Copy full SHA for c67f829
_includes/projects.html
@@ -4,7 +4,7 @@
4
5
<ul class="projects-overview">
6
{% for project in site.data.projects %}
7
- <li>
+<li title="{{ project.description }}">
8
<a href="{{ project.url }}">{{ project.name }}</a>
9
</li>
10
{% endfor %}
0 commit comments