--- title: Recent shows description: These are my favorite shows. There are many like them, but these are mine. pagination: data: tv.recentlyWatched size: 24 permalink: "/watching/recent/shows/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber }}/{% endif %}index.html" schema: favorite-shows --- {%- assign randomRecentShow = tv.recentlyWatched | shuffleArray | first -%} {% tablericon "arrow-left" %} Back to watching {% if pagination.pageNumber == 0 %}

{{ title }}

{% render "static/media/watching/hero.liquid", globals:globals, movie:randomRecentShow %}

These are all of the shows I've watched recently. You can also see the movies I've watched recently, my favorite shows, my favorite movies and the shows I've got queued up to watch next.


{% endif %} {% render "static/media/grid.liquid", globals:globals, data:pagination.items, pagination:pagination, shape:"vertical" count:24 %}