Add code project description to projects page
This commit is contained in:
parent
5f1d51aca6
commit
40210944c4
@ -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 %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user