close div in music page

This commit is contained in:
2023-03-29 12:48:08 +10:30
parent 9e546d5b0c
commit a98e557756

View File

@ -8,4 +8,4 @@ eleventyImport.collections: ["music"]
{% for post in collections.music | reverse %}
\- [{{ post.data.title or post.data.page.fileSlug }}](/music/{{ post.data.page.fileSlug }})
{% endfor %}
<div>
</div>