16 lines
316 B
Markdown
16 lines
316 B
Markdown
---
|
|
eleventyNavigation:
|
|
key: Music Reviews
|
|
title: Music Reviews
|
|
layout: base
|
|
permalink: false
|
|
dateCreated: 2024-02-04
|
|
dateChanged: Last Modified
|
|
---
|
|
|
|
# All Reviews
|
|
|
|
{% for review in collections.music_reviews %}
|
|
- [{{ review.data.album_artist }} — {{ review.data.album_name }}]({{ review.url }})
|
|
{% endfor %}
|