chore: remove unnecessary include
This commit is contained in:
parent
a9aed95c85
commit
63a80a2149
2 changed files with 6 additions and 9 deletions
|
@ -15,7 +15,4 @@
|
||||||
</li>
|
</li>
|
||||||
{%- endfor -%}
|
{%- endfor -%}
|
||||||
</ol>
|
</ol>
|
||||||
</div>
|
</div>
|
||||||
{%- unless count -%}
|
|
||||||
{% render "nav/paginator.liquid", pagination:pagination %}
|
|
||||||
{%- endunless -%}
|
|
|
@ -37,9 +37,9 @@ schema: music-index
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% if albumReleases.size > 0 %}
|
{% if albumReleases.size > 0 %}
|
||||||
<h3 id="album-releases">
|
<h3 id="album-releases">
|
||||||
{% tablericon "calendar-time" %}
|
{% tablericon "calendar-time" %}
|
||||||
Anticipated albums
|
Anticipated albums
|
||||||
</h3>
|
</h3>
|
||||||
{% render "media/grid.liquid", globals:globals, data:albumReleases.upcoming, shape:"square", count: 8 %}
|
{% render "media/grid.liquid", globals:globals, data:albumReleases.upcoming, shape:"square", count: 8 %}
|
||||||
{% endif %}
|
{% endif %}
|
Reference in a new issue