From 43b6a2c8930cdbf92a7468cd910b37f56a29905c Mon Sep 17 00:00:00 2001 From: Alexander Avery Date: Sat, 26 Mar 2022 13:44:47 -0400 Subject: [PATCH] responsive images in game pages --- layouts/games/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/games/list.html b/layouts/games/list.html index b9cf487..cf3cbbc 100644 --- a/layouts/games/list.html +++ b/layouts/games/list.html @@ -10,7 +10,7 @@

Platforms:

{{ delimit .Params.platforms " ยท " }} - {{ .Params.featured.alt }} + {{ partial "responsive-image.html" (dict "context" .Params.featured "class" "shadow fill-wh") }} {{ if .Params.toc }}