Add code project description to projects page

This commit is contained in:
Helen Chong 2024-06-30 21:41:52 +08:00
parent 3739e6d3cc
commit 82d6604a86
1 changed files with 1 additions and 3 deletions

View File

@ -18,9 +18,7 @@ eleventyComputed:
## My Code Projects ## My Code Projects
<ul> <ul>
{%- for project in collections["code projects"] -%} {%- for project in collections["code projects"] -%}
<li> <li><a href="{{ project.url }}">{{ project.data.title }}</a> — {{ project.data.desc }}</li>
<a href="{{ project.url }}">{{ project.data.title }}</a>
</li>
{%- endfor -%} {%- endfor -%}
</ul> </ul>
{% endcontainer %} {% endcontainer %}