From 6a8abfd0851f3df338d1c14d42d9752815a54084 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Sun, 31 Mar 2024 12:15:52 -0700 Subject: [PATCH] chore: music --- src/_includes/partials/now/topper.liquid | 2 +- src/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/_includes/partials/now/topper.liquid b/src/_includes/partials/now/topper.liquid index 92236a1a..6bac3efe 100644 --- a/src/_includes/partials/now/topper.liquid +++ b/src/_includes/partials/now/topper.liquid @@ -1,4 +1,4 @@ -{%- assign artist = music.artists | first -%} +{%- assign artist = artists | first -%} {%- assign book = books | first -%} {%- assign show = tv | first -%}
diff --git a/src/index.html b/src/index.html index c8b3eae2..8f304eb6 100644 --- a/src/index.html +++ b/src/index.html @@ -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 %}