all repos — aaoth.xyz @ 102e9dac35c5390fa34b5eb5ec7a0a410d385d20

aaoth.xyz website

fix duplicate ids and image sizes in music pages
la-ninpre leobrekalini@gmail.com
Sun, 19 Sep 2021 16:48:20 +0300
commit

102e9dac35c5390fa34b5eb5ec7a0a410d385d20

parent

a546917f088f049e91aca075a222096dea83fb2b

2 files changed, 6 insertions(+), 5 deletions(-)

jump to
M _includes/music-project-release-by-year.html_includes/music-project-release-by-year.html

@@ -5,11 +5,12 @@ <h2>{{ include.title }}</h2>

{% for year_group in releases %} <div class="music-project-release-by_year" - id="{{ year_group.name }}"> - <h3 class="music-project-release-year" - id="{{ year_group.name }}">{{ year_group.name }}</h3> + id="releases_{{ year_group.name }}"> + <h3 class="music-project-release-year">{{ year_group.name }}</h3> {%- for release in year_group.items -%} - {% include music-project-release-info.html release=release print_author=print_author %} + {% include music-project-release-info.html + release=release + print_author=print_author %} {%- endfor -%} </div> {%- endfor -%}
M _includes/music-project-release-info.html_includes/music-project-release-info.html

@@ -26,7 +26,7 @@ <a href="{{ release.bandcamp }}"

title="listen on bandcamp"> <img src="/assets/img/bandcamp-icon.png" alt="listen on bandcamp" - width="24px" height="24px"> + width="24" height="24"> </a> {%- endif -%} </h4>