summaryrefslogtreecommitdiff
path: root/_pages/projects.md
diff options
context:
space:
mode:
Diffstat (limited to '_pages/projects.md')
-rw-r--r--_pages/projects.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/_pages/projects.md b/_pages/projects.md
index 7f10fb7..9aa8098 100644
--- a/_pages/projects.md
+++ b/_pages/projects.md
@@ -32,8 +32,7 @@ as well.
<thead>
<tr>
<th>Project</th>
- <th>Language(s)</th>
- <th>License</th>
+ <th>Source code repository</th>
</tr>
</thead>
<tbody>
@@ -46,8 +45,9 @@ as well.
{{ project.title }}
{% endif %}
</td>
- <td>{{ project.langs }}</td>
- <td>{{ project.license }}</td>
+ <td>
+ <a href="{{ project.repo }}">{{ project.repo }}</a>
+ </td>
</tr>
{% endfor %}
</tbody>