chore: fallback now playing content

This commit is contained in:
Cory Dransfeldt 2024-08-10 22:12:38 -07:00
parent 6bd06f5dcf
commit d99186caee
No known key found for this signature in database
5 changed files with 14 additions and 10 deletions

View file

@ -2,6 +2,6 @@
layout: default
permalink: /
---
{% render "partials/home/status.liquid" status:status, artists:music.week.artists, books:books.all, tv:tv %}
{% render "partials/home/status.liquid" status:status, music:music, books:books.all, tv:tv %}
{% render "partials/home/posts.liquid" icon: "star", title: "Featured", postData:posts, postType: "featured" %}
{% render "partials/home/posts.liquid" icon: "clock-hour-7", title: "Recent posts", postData:posts %}