Add code project description to projects page

This commit is contained in:
Leilukin 2024-06-30 21:41:52 +08:00 committed by Helen Chong
parent 5f1d51aca6
commit 40210944c4

View File

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