\ No newline at end of file
diff --git a/src/includes/partials/home/intro.liquid b/src/includes/partials/home/intro.liquid
index 99ff6e39..acd84847 100644
--- a/src/includes/partials/home/intro.liquid
+++ b/src/includes/partials/home/intro.liquid
@@ -1,4 +1,4 @@
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.
- {% render "partials/blocks/now-playing.liquid", music:music %}
+ {% render "partials/blocks/now-playing.liquid", nowPlaying:nowPlaying %}
\ No newline at end of file
diff --git a/src/pages/dynamic/index.html b/src/pages/dynamic/index.html
index 659d51f2..000d437e 100644
--- a/src/pages/dynamic/index.html
+++ b/src/pages/dynamic/index.html
@@ -2,6 +2,6 @@
layout: default
permalink: /
---
-{% render "partials/home/intro.liquid" music:music %}
+{% render "partials/home/intro.liquid" nowPlaying:nowPlaying.content %}
{% render "partials/home/recent-activity.liquid" music:music, books:books.all, tv:tv, movies:movies, links:links %}
{% render "partials/home/recent-posts.liquid" posts:posts %}
\ No newline at end of file