From a98e557756d5b754745f71337a1b540ce27d7f34 Mon Sep 17 00:00:00 2001 From: jonathan Date: Wed, 29 Mar 2023 12:48:08 +1030 Subject: [PATCH] close div in music page --- src/music.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/music.md b/src/music.md index 0d65186..c013a92 100644 --- a/src/music.md +++ b/src/music.md @@ -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 %} -
\ No newline at end of file +
\ No newline at end of file