close div in music page
This commit is contained in:
@ -8,4 +8,4 @@ eleventyImport.collections: ["music"]
|
|||||||
{% for post in collections.music | reverse %}
|
{% for post in collections.music | reverse %}
|
||||||
\- [{{ post.data.title or post.data.page.fileSlug }}](/music/{{ post.data.page.fileSlug }})
|
\- [{{ post.data.title or post.data.page.fileSlug }}](/music/{{ post.data.page.fileSlug }})
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
<div>
|
</div>
|
Reference in New Issue
Block a user