Add project pages data

This commit is contained in:
Helen Chong 2024-04-18 00:39:28 +08:00
parent 8ed4280ac7
commit 6f2ccdb1e1
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,3 @@
{
"tags": "project pages"
}

View File

@ -22,6 +22,7 @@ desc: Site map of Leilukin's Hub.
{%- endfor %}
</ul>
{% endif %}
{% if page.data.title === "Articles" %}
<ul>
{% for page in collections["articles"] %}
@ -31,6 +32,17 @@ desc: Site map of Leilukin's Hub.
{%- endfor %}
</ul>
{% endif %}
{% if page.data.title === "Projects" %}
<ul>
{% for page in collections["project pages"] %}
<li>
<a href="{{ page.url }}">{{ page.data.title }}</a>
</li>
{%- endfor %}
</ul>
{% endif %}
{% if page.data.title === "Changelogs" %}
<ul>
{% for page in collections["changelog pages"] %}