aboutsummaryrefslogtreecommitdiffstats
path: root/_includes/music-project-release-by-year.html
diff options
context:
space:
mode:
authorla-ninpre <leobrekalini@gmail.com>2021-08-26 18:48:18 +0300
committerla-ninpre <leobrekalini@gmail.com>2021-08-26 18:48:18 +0300
commit6d16d76f9bc446f99ff4416dbec4d2aed82e04f4 (patch)
tree0c7a504ae4d3d9d527625f8012285074925dbad0 /_includes/music-project-release-by-year.html
parent9f1447f3040ef38740cdcdd855cc2dd076156de4 (diff)
downloadaaoth.xyz-6d16d76f9bc446f99ff4416dbec4d2aed82e04f4.tar.gz
aaoth.xyz-6d16d76f9bc446f99ff4416dbec4d2aed82e04f4.zip
add releases permalinks and page layout
Diffstat (limited to '_includes/music-project-release-by-year.html')
-rw-r--r--_includes/music-project-release-by-year.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/_includes/music-project-release-by-year.html b/_includes/music-project-release-by-year.html
index 0a880b6..cdc4675 100644
--- a/_includes/music-project-release-by-year.html
+++ b/_includes/music-project-release-by-year.html
@@ -1,4 +1,5 @@
{%- assign releases = include.releases %}
+{%- assign print_author = include.print_author %}
<div class="music-project-release-list">
<h2>{{ include.title }}</h2>
@@ -8,7 +9,7 @@
<h3 class="music-project-release-year"
id="{{ year_group.name }}">{{ year_group.name }}</h3>
{%- for release in year_group.items -%}
- {% include music-project-release-info.html release=release %}
+ {% include music-project-release-info.html release=release print_author=print_author %}
{%- endfor -%}
</div>
{%- endfor -%}