2023-03-03 16:47:51 +10:30
|
|
|
---
|
|
|
|
title: music
|
|
|
|
layout: layout/base.njk
|
|
|
|
eleventyImport.collections: ["music"]
|
|
|
|
---
|
|
|
|
|
2023-03-04 02:09:08 +10:30
|
|
|
<div class="pages-article">
|
|
|
|
{% for post in collections.music reversed %}
|
2023-03-04 00:19:10 +10:30
|
|
|
\- [{{ post.data.title || post.data.title != "" ? post.data.title : post.data.page.fileSlug }}](/music/{{ post.data.page.fileSlug }})
|
2023-03-04 02:09:08 +10:30
|
|
|
{% endfor %}
|
|
|
|
<div>
|