I'm a software developer based in Camarillo, California. I enjoy hanging out with my beautiful family and 3 rescue dogs, technology, automation, music, writing, reading, tv and movies. Lately I've been listening to a lot of {{ artist.title }}, reading {{ book.title }} and watching {{ show.name }}.
{{ status.emoji }} {{ status.content }}
- {% render "partials/blocks/now-playing.liquid" %}
+ {% render "partials/blocks/now-playing.liquid", music:music %}
\ No newline at end of file
diff --git a/src/pages/dynamic/index.html b/src/pages/dynamic/index.html
index ec56c426..a36537dc 100644
--- a/src/pages/dynamic/index.html
+++ b/src/pages/dynamic/index.html
@@ -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 %}
\ No newline at end of file