summaryrefslogtreecommitdiff
path: root/_pages
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2018-07-16 22:28:07 +0200
committerPatrick Spek <p.spek@tyil.nl>2018-07-16 22:28:07 +0200
commit031009f9f7e92ccb520e9bb9ca753417308a1d2b (patch)
tree387bf0c7cbbc07278e08451f0c764234863077f6 /_pages
parent58ca81524000b6e9ccd7e1de8bcba477dc6b9bc4 (diff)
Show repo URL for projects instead of their other info
Diffstat (limited to '_pages')
-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>