526 B
526 B
layout, title
layout | title |
---|---|
layout/base.njk | sitemap |
home
sitemap <-- you are here babey!!
links
credits
journal.html
infinite nightmare list of things i want to draw
{% for tag in collections.tagsList %}
[{{tag}}]({{"/" + tag + "/"}})
{% for post in collections[tag] %}
- [{{ post.data.title or post.data.page.fileSlug }}](/{{ tag }}/{{ post.data.page.fileSlug }})
{% endfor %}
{% endfor %}