Add A Summer's End shrine pages to the site map

This commit is contained in:
Helen Chong 2024-04-18 18:52:19 +08:00
parent dd6b265661
commit 6bd4b3f229
1 changed files with 19 additions and 0 deletions

View File

@ -44,6 +44,25 @@ eleventyComputed:
{%- endfor %} {%- endfor %}
</ul> </ul>
{% endif %} {% endif %}
{% if page.data.title === "Shrines" %}
<ul>
{% for page in collections["shrine home"] %}
<li>
<a href="{{ page.url }}">{{ page.data.title }}</a>
</li>
<ul>
{% if "asummersend" in page.url %}
{% for page in collections["a summers end shrine page"] %}
<li>
<a href="{{ page.url }}">{{ page.data.title }}</a>
</li>
{% endfor %}
{% endif %}
</ul>
{%- endfor %}
</ul>
{% endif %}
{%- endfor %} {%- endfor %}
<li><a href="/changelogs/">Changelogs</a></li> <li><a href="/changelogs/">Changelogs</a></li>