diff --git a/src/includes/partials/home/intro.liquid b/src/includes/partials/home/intro.liquid index acd84847..d739b247 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.

+ {{ intro }} {% 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 000d437e..5ba8b25e 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" nowPlaying:nowPlaying.content %} +{% render "partials/home/intro.liquid" intro:globals.intro, 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