mirror of
https://github.com/helenclx/leilukin-site.git
synced 2025-03-13 02:37:15 +00:00
Add A Summer's End shrine pages to the site map
This commit is contained in:
parent
dd6b265661
commit
6bd4b3f229
@ -44,6 +44,25 @@ eleventyComputed:
|
||||
{%- endfor %}
|
||||
</ul>
|
||||
{% 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 %}
|
||||
|
||||
<li><a href="/changelogs/">Changelogs</a></li>
|
||||
|
Loading…
x
Reference in New Issue
Block a user