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

{{ title }}

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

These are all of the movies I've watched recently. You can also see the shows I've watched recently, my favorite movies, my favorite shows 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 %}