--- permalink: "watching/index.html" --- {% from "macros/media-grid.njk" import grid %} {% set data = collections.movie | reverse | limit(5) %} {% set favourites = collections.movie | filterFavourites | reverse | limit(5) %} {% set yearsData = collections.moviesByYear | values | reverse %} Watching A collection of movies I've seen over the years. Browse by year watched {% for year in yearsData %} {{ year.value }} {% endfor %} Latest movies {{ grid(data) }} Favourite movies {{ grid(favourites) }}
A collection of movies I've seen over the years.