--- title: Watching layout: default permalink: "/watching/index.html" --- {% assign featuredMovie = movies.favorites | featuredWatching: 1 | first %} {% render "partials/watching/hero.liquid" movie:featuredMovie %}

Here's all of the TV and movies I've been watching recently presented in what is (hopefully) an organized fashion. You can also take a look at the movies and shows I'm planning to watch.

{% tablericon "movie" "Recent movies" %} Recent movies

{% render "partials/now/media-grid.liquid", data:movies.recentlyWatched, shape: "vertical", count: 6 %}

{% tablericon "device-tv" "Recent shows" %} Recent shows

{% render "partials/now/media-grid.liquid", data:tv.recentlyWatched, shape: "vertical", count: 6 %}

{% tablericon "star" "Favorite movies" %} Favorite movies

{% assign favoriteMovies = movies.favorites | featuredWatching: 6 %} {% render "partials/watching/favorites-grid.liquid", favorites:favoriteMovies, count: 6 %}

{% tablericon "star" "Favorite shows" %} Favorite shows

{% assign favoriteShows = tv.favorites | featuredWatching: 6 %} {% render "partials/watching/favorites-grid.liquid", favorites:favoriteShows, count: 6 %}