chore: music
This commit is contained in:
parent
41285ef890
commit
6a8abfd085
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{%- assign artist = music.artists | first -%}
|
||||
{%- assign artist = artists | first -%}
|
||||
{%- assign book = books | first -%}
|
||||
{%- assign show = tv | first -%}
|
||||
<div class="now__topper">
|
||||
|
|
|
@ -7,7 +7,7 @@ pagination:
|
|||
alias: posts
|
||||
---
|
||||
{% if pagination.pageNumber == 0 %}
|
||||
{% render "partials/now/topper.liquid" status:status, artists:artists, books:books, tv:tv %}
|
||||
{% render "partials/now/topper.liquid" status:status, artists:music.artists, books:books, tv:tv %}
|
||||
{% endif %}
|
||||
{% for post in pagination.items %}
|
||||
<article class="h-entry">
|
||||
|
|
Reference in a new issue