Files
11ty_neocities/src/sitemap.md

19 lines
526 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/)
2023-05-03 16:12:03 +09:30
[journal.html](/journal_html/)
[infinite nightmare list of things i want to draw](/infinite_nightmare/)
{% 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>