Files
11ty_neocities/src/sitemap.md

18 lines
449 B
Markdown
Raw Normal View History

---
layout: layout/base.njk
2023-05-01 16:44:40 +09:30
title: sitemap
---
<div class="pages-article">
2023-05-01 16:44:40 +09:30
[home](/)
[sitemap](/sitemap/) \<-- you are here babey!!
[links](/links/)
[credits](/credits/)
[journal.html](/journal_html/)
{% for tag in collections.tagsList %}
2023-05-01 16:44:40 +09:30
[{{tag}}]({{"/" + tag + "/"}})
{% for post in collections[tag] %}
\- [{{ post.data.title or post.data.page.fileSlug }}](/{{ tag }}/{{ post.data.page.fileSlug }})
{% endfor %}
{% endfor %}
</div>