- {% render "partials/media/music/recent", data:music.recent %}
+ {% render "partials/media/music/recent", globals:globals, data:music.recent %}
{% render "partials/media/music/chart.liquid", data:music.week.tracks, count: 10 %}
@@ -49,5 +49,5 @@ schema: music-index
{% tablericon "calendar-time" %}
Anticipated albums
-{% render "partials/media/grid.liquid", data:albumReleases.upcoming, shape:"square", count: 8 %}
+{% render "partials/media/grid.liquid", globals:globals, data:albumReleases.upcoming, shape:"square", count: 8 %}
{% endif %}
\ No newline at end of file
diff --git a/src/pages/dynamic/music/periods/3-months.html b/src/pages/dynamic/music/periods/3-months.html
index 1fcb17b0..96d74247 100644
--- a/src/pages/dynamic/music/periods/3-months.html
+++ b/src/pages/dynamic/music/periods/3-months.html
@@ -18,14 +18,14 @@ schema: music-period
Artists
-{% render "partials/media/grid.liquid", data:music.threeMonth.artists, shape:"square", count: 8, loading: "eager" %}
+{% render "partials/media/grid.liquid", globals:globals, data:music.threeMonth.artists, shape:"square", count: 8, loading: "eager" %}
-{% render "partials/media/grid.liquid", data:music.threeMonth.albums, shape:"square", count: 8 %}
+{% render "partials/media/grid.liquid", globals:globals, data:music.threeMonth.albums, shape:"square", count: 8 %}
-{% render "partials/media/grid.liquid", data:music.month.artists, shape:"square", count: 8, loading: "eager" %}
+{% render "partials/media/grid.liquid", globals:globals, data:music.month.artists, shape:"square", count: 8, loading: "eager" %}
-{% render "partials/media/grid.liquid", data:music.month.albums, shape:"square", count: 8 %}
+{% render "partials/media/grid.liquid", globals:globals, data:music.month.albums, shape:"square", count: 8 %}
-{% render "partials/media/grid.liquid", data:movies.recentlyWatched, shape:"vertical", count: 6 %}
+{% render "partials/media/grid.liquid", globals:globals, data:movies.recentlyWatched, shape:"vertical", count: 6 %}
{% tablericon "device-tv-old" %}
Recent shows
-{% render "partials/media/grid.liquid", data:tv.recentlyWatched, shape:"vertical", count: 6 %}
+{% render "partials/media/grid.liquid", globals:globals, data:tv.recentlyWatched, shape:"vertical", count: 6 %}
{% tablericon "star" %}
@@ -33,7 +33,7 @@ schema: watching
{% assign favoriteMovies = movies.favorites | shuffleArray %}
-{% render "partials/media/grid.liquid", data:favoriteMovies, shape:"vertical", count: 6 %}
+{% render "partials/media/grid.liquid", globals:globals, data:favoriteMovies, shape:"vertical", count: 6 %}
{% tablericon "star" %}
@@ -41,4 +41,4 @@ schema: watching
{% assign favoriteShows = tv.favorites | shuffleArray %}
-{% render "partials/media/grid.liquid", data:favoriteShows, shape:"vertical", count: 6 %}
\ No newline at end of file
+{% render "partials/media/grid.liquid", globals:globals, data:favoriteShows, shape:"vertical", count: 6 %}
\ No newline at end of file
diff --git a/src/pages/dynamic/watching/movie.html b/src/pages/dynamic/watching/movie.html
index 424ee201..9e0b820d 100644
--- a/src/pages/dynamic/watching/movie.html
+++ b/src/pages/dynamic/watching/movie.html
@@ -14,14 +14,14 @@ schema: movie
These are the movies I've watched recently. There are many like them, but these are mine. (Or well, all the movies I've watched — they're ordered latest watched, descending, hence the recent part).
{% endif %}
-{% render "partials/media/grid.liquid", data:pagination.items, pagination:pagination, shape:"poster" %}
\ No newline at end of file
+{% render "partials/media/grid.liquid", globals:globals, data:pagination.items, pagination:pagination, shape:"poster" %}
\ No newline at end of file
diff --git a/src/pages/dynamic/watching/recent/shows.html b/src/pages/dynamic/watching/recent/shows.html
index e1687d39..7563b266 100644
--- a/src/pages/dynamic/watching/recent/shows.html
+++ b/src/pages/dynamic/watching/recent/shows.html
@@ -14,4 +14,4 @@ schema: watching-shows
These are the shows I've watched recently. There are many like them, but these are mine. (Or well, all the movies I've watched — they're ordered latest watched, descending, hence the recent part).
{% endif %}
-{% render "partials/media/grid.liquid", data:pagination.items, pagination:pagination, shape:"poster" %}
\ No newline at end of file
+{% render "partials/media/grid.liquid", globals:globals, data:pagination.items, pagination:pagination, shape:"poster" %}
\ No newline at end of file
diff --git a/src/pages/dynamic/watching/show.html b/src/pages/dynamic/watching/show.html
index f9eb03e1..47ca8adc 100644
--- a/src/pages/dynamic/watching/show.html
+++ b/src/pages/dynamic/watching/show.html
@@ -14,14 +14,14 @@ schema: show
