Add project pages data

This commit is contained in:
Leilukin 2024-04-18 00:39:28 +08:00 committed by Helen Chong
parent b846ac512e
commit 5b3e8e415d
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"] %}