diff --git a/src/_includes/now.liquid b/src/_includes/now.liquid
index e03a8b18..6677cd9d 100644
--- a/src/_includes/now.liquid
+++ b/src/_includes/now.liquid
@@ -3,6 +3,8 @@ layout: default
---
{% capture css %}
{% render "../assets/styles/pages/now.css" %}
+ {% render "../assets/styles/widgets/media-grid.css" %}
+ {% render "../assets/styles/widgets/progress-bar.css" %}
{% endcapture %}
+ {% endif %}
{% assign media = data | normalizeMedia %}
I watched a bunch of movies and TV, but picking favorites feels weird when so much of that consisted of catching up on "classics" and things I'd either ignored or never seen.
-{% render "partials/now/media-grid.liquid", data:roundups['2023'].books, icon: "books", title: "Favorite books", shape: "vertical", count: 6 %}
+{% render "partials/now/media-grid.liquid", data:roundups['2023'].books, icon: "books", title: "Favorite books", shape: "vertical", count: 6, embeddedStyles: true %}
{% render "partials/now/media-grid.liquid", data:roundups['2023'].albums, icon: "vinyl", title: "Favorite albums", shape: "square", count: 8 %}
I wrote some things: