--- title: Recent games permalink: "games/recent/index.html" --- {% from "macros/media-grid.njk" import grid %} {% set data = collections.game | reverse %} {% set tags = collections.game | allTagCounts(["game"]) | limit(5) %}

Recent games

A collection of games I've played.

Tags

{{ grid(data) }}